#6C7B26

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

Shades of Rain Forest #6C7B26

Tints of Rain Forest #6C7B26

Color information

#6C7B26 (or 0x6C7B26) is unknown color: approx Rain Forest. HEX triplet: 6C, 7B and 26. RGB value is (108,123,38). Sum of RGB (Red+Green+Blue) = 108+123+38=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 123 (48.44% from 255 or 45.72% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7B26 is #9384D9. Grayscale: #6D6D6D. Windows color (decimal): -9667802 or 2521964. OLE color: 2521964.

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

Color convert

RGB10812338-
CMYK0.1200.690.52
HSL70.59º52.8%31.57%-
HSV(B)70.59º69.11%48.24%-
XYZ13.6217.494.49-
YUV108.8288.03127.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.15%
GREEN value IS 123 (48.44% from 255) = 45.72%
BLUE value IS 38 (15.23% from 255) = 14.13%
R=40.15%
G=45.72%
B=14.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108123380.1200.690.5270.5952.831.57
Hex6C7B26C04534473520
Octal15417346140105641076540
Binary110110011110111001101100010001011101001000111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,123,38); }

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

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

 a { background-color: rgb(108,123,38); }

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

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

 span { border-color: rgb(108,123,38); }

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