#696C22

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

Shades of Rain Forest #696C22

Tints of Rain Forest #696C22

Color information

#696C22 (or 0x696C22) is unknown color: approx Rain Forest. HEX triplet: 69, 6C and 22. RGB value is (105,108,34). Sum of RGB (Red+Green+Blue) = 105+108+34=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #696C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C22 is #9693DD. Grayscale: #626262. Windows color (decimal): -9868254 or 2255977. OLE color: 2255977.

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

Color convert

RGB10510834-
CMYK0.0300.690.58
HSL62.43º52.11%27.84%-
HSV(B)62.43º68.52%42.35%-
XYZ11.4813.843.58-
YUV98.6791.51132.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 108 (42.58% from 255) = 43.72%
BLUE value IS 34 (13.67% from 255) = 13.77%
R=42.51%
G=43.72%
B=13.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105108340.0300.690.5862.4352.1127.84
Hex696C2230453A3e341c
Octal151154423010572766434
Binary11010011101100100010110100010111101011111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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