#696D25

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

Shades of Rain Forest #696D25

Tints of Rain Forest #696D25

Color information

#696D25 (or 0x696D25) is unknown color: approx Rain Forest. HEX triplet: 69, 6D and 25. RGB value is (105,109,37). Sum of RGB (Red+Green+Blue) = 105+109+37=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 109 (42.97% from 255 or 43.43% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 109 - color contains mainly: green. Hex color #696D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696D25 is #9692DA. Grayscale: #636363. Windows color (decimal): -9867995 or 2452841. OLE color: 2452841.

HSL color Cylindrical-coordinate representation of color #696D25: hue angle of 63.33º degrees, saturation: 0.49, 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 #696D25 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB10510937-
CMYK0.0400.660.57
HSL63.33º49.32%28.63%-
HSV(B)63.33º66.06%42.75%-
XYZ11.6314.073.85-
YUV99.692.67131.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 109 (42.97% from 255) = 43.43%
BLUE value IS 37 (14.84% from 255) = 14.74%
R=41.83%
G=43.43%
B=14.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105109370.0400.660.5763.3349.3228.63
Hex696D254042393f311d
Octal151155454010271776135
Binary110100111011011001011000100001011100111111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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