#6C8108

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

Shades of Olive #6C8108

Tints of Olive #6C8108

Color information

#6C8108 (or 0x6C8108) is unknown color: approx Olive. HEX triplet: 6C, 81 and 08. RGB value is (108,129,8). Sum of RGB (Red+Green+Blue) = 108+129+8=245 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.08% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8108 is #937EF7. Grayscale: #6D6D6D. Windows color (decimal): -9666296 or 557420. OLE color: 557420.

HSL color Cylindrical-coordinate representation of color #6C8108: hue angle of 70.41º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C8108 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1081298-
CMYK0.1600.940.49
HSL70.41º88.32%26.86%-
HSV(B)70.41º93.8%50.59%-
XYZ14.0818.913.14-
YUV108.9371.04127.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.08%
GREEN value IS 129 (50.78% from 255) = 52.65%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=44.08%
G=52.65%
B=3.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10812980.1600.940.4970.4188.3226.86
Hex6C8181005E3146581b
Octal154201102001366110613033
Binary110110010000001100010000010111101100011000110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,129,8); }

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

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

 a { background-color: rgb(108,129,8); }

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

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

 span { border-color: rgb(108,129,8); }

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