#696a3f

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

Shades of Hemlock #696A3F

Tints of Hemlock #696A3F

Color information

#696A3F (or 0x696A3F) is unknown color: approx Hemlock. HEX triplet: 69, 6A and 3F. RGB value is (105,106,63). Sum of RGB (Red+Green+Blue) = 105+106+63=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #696A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A3F is #9695C0. Grayscale: #646464. Windows color (decimal): -9868737 or 4156009. OLE color: 4156009.

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

Color convert

RGB10510663-
CMYK0.0100.410.58
HSL61.4º25.44%33.14%-
HSV(B)61.4º40.57%41.57%-
XYZ11.8813.676.72-
YUV100.8106.67131-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 63 (25% from 255) = 22.99%
R=38.32%
G=38.69%
B=22.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105106630.0100.410.5861.425.4433.14
Hex696A3F10293A3d1921
Octal15115277105172753141
Binary110100111010101111111010100111101011110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696a3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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