#606C2F

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

Shades of Rain Forest #606C2F

Tints of Rain Forest #606C2F

Color information

#606C2F (or 0x606C2F) is unknown color: approx Rain Forest. HEX triplet: 60, 6C and 2F. RGB value is (96,108,47). Sum of RGB (Red+Green+Blue) = 96+108+47=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 108 - color contains mainly: green. Hex color #606C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606C2F is #9F93D0. Grayscale: #616161. Windows color (decimal): -10458065 or 3107936. OLE color: 3107936.

HSL color Cylindrical-coordinate representation of color #606C2F: hue angle of 71.8º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #606C2F is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB9610847-
CMYK0.1100.560.58
HSL71.8º39.35%30.39%-
HSV(B)71.8º56.48%42.35%-
XYZ10.713.424.72-
YUV97.4699.52126.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.25%
GREEN value IS 108 (42.58% from 255) = 43.03%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=38.25%
G=43.03%
B=18.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96108470.1100.560.5871.839.3530.39
Hex606C2FB0383A48271e
Octal1401545713070721104736
Binary1100000110110010111110110111000111010100100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606C2F; }

 p { color: rgb(96,108,47); }

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

<style>
 a { background-color: #606C2F; }

 a { background-color: rgb(96,108,47); }

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

<style>
 span { border-color: #606C2F; }

 span { border-color: rgb(96,108,47); }

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