#696E25

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

Shades of Rain Forest #696E25

Tints of Rain Forest #696E25

Color information

#696E25 (or 0x696E25) is unknown color: approx Rain Forest. HEX triplet: 69, 6E and 25. RGB value is (105,110,37). Sum of RGB (Red+Green+Blue) = 105+110+37=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 110 (43.36% from 255 or 43.65% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 110 - color contains mainly: green. Hex color #696E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696E25 is #9691DA. Grayscale: #646464. Windows color (decimal): -9867739 or 2453097. OLE color: 2453097.

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

Color convert

RGB10511037-
CMYK0.0500.660.57
HSL64.11º49.66%28.82%-
HSV(B)64.11º66.36%43.14%-
XYZ11.7414.293.89-
YUV100.1892.34131.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 110 (43.36% from 255) = 43.65%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=41.67%
G=43.65%
B=14.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105110370.0500.660.5764.1149.6628.82
Hex696E2550423940321d
Octal1511564550102711006235
Binary1101001110111010010110101000010111001100000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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