#6C7A29

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

Shades of Rain Forest #6C7A29

Tints of Rain Forest #6C7A29

Color information

#6C7A29 (or 0x6C7A29) is unknown color: approx Rain Forest. HEX triplet: 6C, 7A and 29. RGB value is (108,122,41). Sum of RGB (Red+Green+Blue) = 108+122+41=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #6C7A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7A29 is #9385D6. Grayscale: #6C6C6C. Windows color (decimal): -9668055 or 2718316. OLE color: 2718316.

HSL color Cylindrical-coordinate representation of color #6C7A29: hue angle of 70.37º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C7A29 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.52.

Color convert

RGB10812241-
CMYK0.1100.660.52
HSL70.37º49.69%31.96%-
HSV(B)70.37º66.39%47.84%-
XYZ13.5417.274.72-
YUV108.5889.86127.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.85%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=39.85%
G=45.02%
B=15.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108122410.1100.660.5270.3749.6931.96
Hex6C7A29B04234463220
Octal15417251130102641066240
Binary110110011110101010011011010000101101001000110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,122,41); }

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

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

 a { background-color: rgb(108,122,41); }

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

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

 span { border-color: rgb(108,122,41); }

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