#6C8001

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

Shades of Olive #6C8001

Tints of Olive #6C8001

Color information

#6C8001 (or 0x6C8001) is unknown color: approx Olive. HEX triplet: 6C, 80 and 01. RGB value is (108,128,1). Sum of RGB (Red+Green+Blue) = 108+128+1=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 128 (50.39% from 255 or 54.01% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 128 - color contains mainly: green. Hex color #6C8001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8001 is #937FFE. Grayscale: #6C6C6C. Windows color (decimal): -9666559 or 98412. OLE color: 98412.

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

Color convert

RGB1081281-
CMYK0.1600.990.50
HSL69.45º98.45%25.29%-
HSV(B)69.45º99.22%50.2%-
XYZ13.9118.632.89-
YUV107.5467.87128.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.57%
GREEN value IS 128 (50.39% from 255) = 54.01%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=45.57%
G=54.01%
B=0.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal10812810.1600.990.5069.4598.4525.29
Hex6C8011006332456219
Octal15420012001436210514231
Binary110110010000000110000011000111100101000101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,128,1); }

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

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

 a { background-color: rgb(108,128,1); }

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

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

 span { border-color: rgb(108,128,1); }

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