#668C15

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

Shades of Olive Drab #668C15

Tints of Olive Drab #668C15

Color information

#668C15 (or 0x668C15) is unknown color: approx Olive Drab. HEX triplet: 66, 8C and 15. RGB value is (102,140,21). Sum of RGB (Red+Green+Blue) = 102+140+21=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #668C15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668C15 is #9973EA. Grayscale: #737373. Windows color (decimal): -10056683 or 1412198. OLE color: 1412198.

HSL color Cylindrical-coordinate representation of color #668C15: hue angle of 79.16º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #668C15 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB10214021-
CMYK0.2700.850.45
HSL79.16º73.91%31.57%-
HSV(B)79.16º85%54.9%-
XYZ14.9921.644.1-
YUV115.0774.91118.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 140 (55.08% from 255) = 53.23%
BLUE value IS 21 (8.59% from 255) = 7.98%
R=38.78%
G=53.23%
B=7.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102140210.2700.850.4579.1673.9131.57
Hex668C151B0552D4f4a20
Octal146214253301255511711240
Binary11001101000110010101110110101010110110110011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668C15; }

 p { color: rgb(102,140,21); }

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

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

 a { background-color: rgb(102,140,21); }

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

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

 span { border-color: rgb(102,140,21); }

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