#696A40

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

Shades of Hemlock #696A40

Tints of Hemlock #696A40

Color information

#696A40 (or 0x696A40) is unknown color: approx Hemlock. HEX triplet: 69, 6A and 40. RGB value is (105,106,64). Sum of RGB (Red+Green+Blue) = 105+106+64=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #696A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A40 is #9695BF. Grayscale: #656565. Windows color (decimal): -9868736 or 4221545. OLE color: 4221545.

HSL color Cylindrical-coordinate representation of color #696A40: hue angle of 61.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696A40 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB10510664-
CMYK0.0100.400.58
HSL61.43º24.71%33.33%-
HSV(B)61.43º39.62%41.57%-
XYZ11.9113.686.86-
YUV100.91107.17130.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 106 (41.80% from 255) = 38.55%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=38.18%
G=38.55%
B=23.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105106640.0100.400.5861.4324.7133.33
Hex696A4010283A3d1921
Octal151152100105072753141
Binary1101001110101010000001010100011101011110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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