#6C7D2C

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

Shades of Rain Forest #6C7D2C

Tints of Rain Forest #6C7D2C

Color information

#6C7D2C (or 0x6C7D2C) is unknown color: approx Rain Forest. HEX triplet: 6C, 7D and 2C. RGB value is (108,125,44). Sum of RGB (Red+Green+Blue) = 108+125+44=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #6C7D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7D2C is #9382D3. Grayscale: #6E6E6E. Windows color (decimal): -9667284 or 2915692. OLE color: 2915692.

HSL color Cylindrical-coordinate representation of color #6C7D2C: hue angle of 72.59º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C7D2C is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB10812544-
CMYK0.1400.650.51
HSL72.59º47.93%33.14%-
HSV(B)72.59º64.8%49.02%-
XYZ13.9718.045.13-
YUV110.6890.37126.09-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 125 (49.22% from 255) = 45.13%
BLUE value IS 44 (17.58% from 255) = 15.88%
R=38.99%
G=45.13%
B=15.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal108125440.1400.650.5172.5947.9333.14
Hex6C7D2CE04133493021
Octal15417554160101631116041
Binary110110011111011011001110010000011100111001001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,125,44); }

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

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

 a { background-color: rgb(108,125,44); }

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

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

 span { border-color: rgb(108,125,44); }

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