#696F34

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

Shades of Rain Forest #696F34

Tints of Rain Forest #696F34

Color information

#696F34 (or 0x696F34) is unknown color: approx Rain Forest. HEX triplet: 69, 6F and 34. RGB value is (105,111,52). Sum of RGB (Red+Green+Blue) = 105+111+52=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #696F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696F34 is #9690CB. Grayscale: #666666. Windows color (decimal): -9867468 or 3436393. OLE color: 3436393.

HSL color Cylindrical-coordinate representation of color #696F34: hue angle of 66.1º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #696F34 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB10511152-
CMYK0.0500.530.56
HSL66.1º36.2%31.96%-
HSV(B)66.1º53.15%43.53%-
XYZ12.1314.625.43-
YUV102.4899.51129.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 111 (43.75% from 255) = 41.42%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=39.18%
G=41.42%
B=19.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105111520.0500.530.5666.136.231.96
Hex696F34503538422420
Octal151157645065701024440
Binary1101001110111111010010101101011110001000010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,111,52); }

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

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

 a { background-color: rgb(105,111,52); }

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

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

 span { border-color: rgb(105,111,52); }

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