#6C7F00

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

Shades of Olive #6C7F00

Tints of Olive #6C7F00

Color information

#6C7F00 (or 0x6C7F00) is unknown color: approx Olive. HEX triplet: 6C, 7F and 00. RGB value is (108,127,0). Sum of RGB (Red+Green+Blue) = 108+127+0=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C7F00 is #9380FF. Grayscale: #6B6B6B. Windows color (decimal): -9666816 or 32620. OLE color: 32620.

HSL color Cylindrical-coordinate representation of color #6C7F00: hue angle of 68.98º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C7F00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB1081270-
CMYK0.15010.50
HSL68.98º100%24.9%-
HSV(B)68.98º100%49.8%-
XYZ13.7718.372.82-
YUV106.8467.71128.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 127 (50% from 255) = 54.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=45.96%
G=54.04%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10812700.15010.5068.9810024.9
Hex6C7F0F06432456419
Octal15417701701446210514431
Binary1101100111111101111011001001100101000101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,127,0); }

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

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

 a { background-color: rgb(108,127,0); }

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

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

 span { border-color: rgb(108,127,0); }

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