#668108

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

Shades of Olive Drab #668108

Tints of Olive Drab #668108

Color information

#668108 (or 0x668108) is unknown color: approx Olive Drab. HEX triplet: 66, 81 and 08. RGB value is (102,129,8). Sum of RGB (Red+Green+Blue) = 102+129+8=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #668108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668108 is #997EF7. Grayscale: #6B6B6B. Windows color (decimal): -10059512 or 557414. OLE color: 557414.

HSL color Cylindrical-coordinate representation of color #668108: hue angle of 73.39º 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 #668108 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1021298-
CMYK0.2100.940.49
HSL73.39º88.32%26.86%-
HSV(B)73.39º93.8%50.59%-
XYZ13.3718.543.1-
YUV107.1372.05124.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 129 (50.78% from 255) = 53.97%
BLUE value IS 8 (3.52% from 255) = 3.35%
R=42.68%
G=53.97%
B=3.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10212980.2100.940.4973.3988.3226.86
Hex668181505E3149581b
Octal146201102501366111113033
Binary110011010000001100010101010111101100011001001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668108; }

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

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

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

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

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

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

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

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