#6C7A21

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

Shades of Rain Forest #6C7A21

Tints of Rain Forest #6C7A21

Color information

#6C7A21 (or 0x6C7A21) is unknown color: approx Rain Forest. HEX triplet: 6C, 7A and 21. RGB value is (108,122,33). Sum of RGB (Red+Green+Blue) = 108+122+33=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 122 - color contains mainly: green. Hex color #6C7A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7A21 is #9385DE. Grayscale: #6C6C6C. Windows color (decimal): -9668063 or 2194028. OLE color: 2194028.

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

Color convert

RGB10812233-
CMYK0.1100.730.52
HSL69.44º57.42%30.39%-
HSV(B)69.44º72.95%47.84%-
XYZ13.4217.224.05-
YUV107.6785.86128.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.06%
GREEN value IS 122 (48.05% from 255) = 46.39%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=41.06%
G=46.39%
B=12.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108122330.1100.730.5269.4457.4230.39
Hex6C7A21B0493445391e
Octal15417241130111641057136
Binary11011001111010100001101101001001110100100010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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