#6C8102

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

Shades of Olive #6C8102

Tints of Olive #6C8102

Color information

#6C8102 (or 0x6C8102) is unknown color: approx Olive. HEX triplet: 6C, 81 and 02. RGB value is (108,129,2). Sum of RGB (Red+Green+Blue) = 108+129+2=239 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.19% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8102 is #937EFD. Grayscale: #6C6C6C. Windows color (decimal): -9666302 or 164204. OLE color: 164204.

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

Color convert

RGB1081292-
CMYK0.1600.980.49
HSL69.92º96.95%25.69%-
HSV(B)69.92º98.45%50.59%-
XYZ14.0518.892.96-
YUV108.2468.04127.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.19%
GREEN value IS 129 (50.78% from 255) = 53.97%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=45.19%
G=53.97%
B=0.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10812920.1600.980.4969.9296.9525.69
Hex6C812100623146611a
Octal15420122001426110614132
Binary1101100100000011010000011000101100011000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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