#696A38

Color #696A38 Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #696A38

Tints of Verdigris #696A38

Color information

#696A38 (or 0x696A38) is unknown color: approx Verdigris. HEX triplet: 69, 6A and 38. RGB value is (105,106,56). Sum of RGB (Red+Green+Blue) = 105+106+56=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #696A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A38 is #9695C7. Grayscale: #646464. Windows color (decimal): -9868744 or 3697257. OLE color: 3697257.

HSL color Cylindrical-coordinate representation of color #696A38: hue angle of 61.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #696A38 is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB10510656-
CMYK0.0100.470.58
HSL61.2º30.86%31.76%-
HSV(B)61.2º47.17%41.57%-
XYZ11.6913.65.75-
YUV100103.17131.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 56 (22.27% from 255) = 20.97%
R=39.33%
G=39.70%
B=20.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105106560.0100.470.5861.230.8631.76
Hex696A38102F3A3d1f20
Octal15115270105772753740
Binary110100111010101110001010111111101011110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696A38; }

 p { color: rgb(105,106,56); }

 H1.HeaderClassName
 {
   color: #696A38;
 }
 .AnyTagClassName
 {
   color: #696A38;
 }
</style>
background-color css

<style>
 a { background-color: #696A38; }

 a { background-color: rgb(105,106,56); }

 div.DivClassName
 {
   background-color: #696A38;
 }
 .BgClassName
 {
   background-color: #696A38;
 }
</style>
border-color css

<style>
 span { border-color: #696A38; }

 span { border-color: rgb(105,106,56); }

 td.TdClassName
 {
   border-color: #696A38;
 }
 .TagClassName
 {
   border-color: #696A38;
 }
</style>