#6C8107

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

Shades of Olive #6C8107

Tints of Olive #6C8107

Color information

#6C8107 (or 0x6C8107) is unknown color: approx Olive. HEX triplet: 6C, 81 and 07. RGB value is (108,129,7). Sum of RGB (Red+Green+Blue) = 108+129+7=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8107 is #937EF8. Grayscale: #6D6D6D. Windows color (decimal): -9666297 or 491884. OLE color: 491884.

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

Color convert

RGB1081297-
CMYK0.1600.950.49
HSL70.33º89.71%26.67%-
HSV(B)70.33º94.57%50.59%-
XYZ14.0718.93.11-
YUV108.8170.54127.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.26%
GREEN value IS 129 (50.78% from 255) = 52.87%
BLUE value IS 7 (3.12% from 255) = 2.87%
R=44.26%
G=52.87%
B=2.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10812970.1600.950.4970.3389.7126.67
Hex6C8171005F31465a1b
Octal15420172001376110613233
Binary11011001000000111110000010111111100011000110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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