#696E40

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

Shades of Woodland #696E40

Tints of Woodland #696E40

Color information

#696E40 (or 0x696E40) is unknown color: approx Woodland. HEX triplet: 69, 6E and 40. RGB value is (105,110,64). Sum of RGB (Red+Green+Blue) = 105+110+64=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 110 - color contains mainly: green. Hex color #696E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E40 is #9691BF. Grayscale: #676767. Windows color (decimal): -9867712 or 4222569. OLE color: 4222569.

HSL color Cylindrical-coordinate representation of color #696E40: hue angle of 66.52º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #696E40 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB10511064-
CMYK0.0500.420.57
HSL66.52º26.44%34.12%-
HSV(B)66.52º41.82%43.14%-
XYZ12.3314.537-
YUV103.26105.84129.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 64 (25.39% from 255) = 22.94%
R=37.63%
G=39.43%
B=22.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105110640.0500.420.5766.5226.4434.12
Hex696E40502A39431a22
Octal1511561005052711033242
Binary1101001110111010000001010101010111001100001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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