#6C7906

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

Shades of Olive #6C7906

Tints of Olive #6C7906

Color information

#6C7906 (or 0x6C7906) is unknown color: approx Olive. HEX triplet: 6C, 79 and 06. RGB value is (108,121,6). Sum of RGB (Red+Green+Blue) = 108+121+6=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7906 is #9386F9. Grayscale: #686868. Windows color (decimal): -9668346 or 424300. OLE color: 424300.

HSL color Cylindrical-coordinate representation of color #6C7906: hue angle of 66.78º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C7906 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB1081216-
CMYK0.1100.950.53
HSL66.78º90.55%24.9%-
HSV(B)66.78º95.04%47.45%-
XYZ13.0516.882.74-
YUV10472.69130.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 121 (47.66% from 255) = 51.49%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=45.96%
G=51.49%
B=2.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10812160.1100.950.5366.7890.5524.9
Hex6C796B05F35435b19
Octal15417161301376510313331
Binary110110011110011101011010111111101011000011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,121,6); }

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

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

 a { background-color: rgb(108,121,6); }

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

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

 span { border-color: rgb(108,121,6); }

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