#696C30

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

Shades of Rain Forest #696C30

Tints of Rain Forest #696C30

Color information

#696C30 (or 0x696C30) is unknown color: approx Rain Forest. HEX triplet: 69, 6C and 30. RGB value is (105,108,48). Sum of RGB (Red+Green+Blue) = 105+108+48=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 108 - color contains mainly: green. Hex color #696C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696C30 is #9693CF. Grayscale: #646464. Windows color (decimal): -9868240 or 3173481. OLE color: 3173481.

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

Color convert

RGB10510848-
CMYK0.0300.560.58
HSL63º38.46%30.59%-
HSV(B)63º55.56%42.35%-
XYZ11.7213.944.87-
YUV100.2698.51131.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 108 (42.58% from 255) = 41.38%
BLUE value IS 48 (19.14% from 255) = 18.39%
R=40.23%
G=41.38%
B=18.39%

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
Decimal105108480.0300.560.586338.4630.59
Hex696C3030383A3f261f
Octal15115460307072774637
Binary1101001110110011000011011100011101011111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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