#696C2F

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

Shades of Rain Forest #696C2F

Tints of Rain Forest #696C2F

Color information

#696C2F (or 0x696C2F) is unknown color: approx Rain Forest. HEX triplet: 69, 6C and 2F. RGB value is (105,108,47). Sum of RGB (Red+Green+Blue) = 105+108+47=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 108 - color contains mainly: green. Hex color #696C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C2F is #9693D0. Grayscale: #646464. Windows color (decimal): -9868241 or 3107945. OLE color: 3107945.

HSL color Cylindrical-coordinate representation of color #696C2F: hue angle of 62.95º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #696C2F is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB10510847-
CMYK0.0300.560.58
HSL62.95º39.35%30.39%-
HSV(B)62.95º56.48%42.35%-
XYZ11.713.934.76-
YUV100.1598.01131.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 108 (42.58% from 255) = 41.54%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=40.38%
G=41.54%
B=18.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105108470.0300.560.5862.9539.3530.39
Hex696C2F30383A3f271e
Octal15115457307072774736
Binary1101001110110010111111011100011101011111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,47); }

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

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

 a { background-color: rgb(105,108,47); }

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

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

 span { border-color: rgb(105,108,47); }

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