#6C7832

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

Shades of Rain Forest #6C7832

Tints of Rain Forest #6C7832

Color information

#6C7832 (or 0x6C7832) is unknown color: approx Rain Forest. HEX triplet: 6C, 78 and 32. RGB value is (108,120,50). Sum of RGB (Red+Green+Blue) = 108+120+50=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7832 is #9387CD. Grayscale: #6C6C6C. Windows color (decimal): -9668558 or 3307628. OLE color: 3307628.

HSL color Cylindrical-coordinate representation of color #6C7832: hue angle of 70.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C7832 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB10812050-
CMYK0.1000.580.53
HSL70.29º41.18%33.33%-
HSV(B)70.29º58.33%47.06%-
XYZ13.4816.855.56-
YUV108.4395.02127.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.85%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=38.85%
G=43.17%
B=17.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal108120500.1000.580.5370.2941.1833.33
Hex6C7832A03A35462921
Octal1541706212072651065141
Binary11011001111000110010101001110101101011000110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C7832; }

 p { color: rgb(108,120,50); }

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

<style>
 a { background-color: #6C7832; }

 a { background-color: rgb(108,120,50); }

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

<style>
 span { border-color: #6C7832; }

 span { border-color: rgb(108,120,50); }

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