#668711

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

Shades of Olive Drab #668711

Tints of Olive Drab #668711

Color information

#668711 (or 0x668711) is unknown color: approx Olive Drab. HEX triplet: 66, 87 and 11. RGB value is (102,135,17). Sum of RGB (Red+Green+Blue) = 102+135+17=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #668711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668711 is #9978EE. Grayscale: #707070. Windows color (decimal): -10057967 or 1148774. OLE color: 1148774.

HSL color Cylindrical-coordinate representation of color #668711: hue angle of 76.78º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #668711 is Cyan = 0.24, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB10213517-
CMYK0.2400.870.47
HSL76.78º77.63%29.8%-
HSV(B)76.78º87.41%52.94%-
XYZ14.2420.193.68-
YUV111.6874.57121.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 135 (53.12% from 255) = 53.15%
BLUE value IS 17 (7.03% from 255) = 6.69%
R=40.16%
G=53.15%
B=6.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135170.2400.870.4776.7877.6329.8
Hex668711180572F4d4e1e
Octal146207213001275711511636
Binary1100110100001111000111000010101111011111001101100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668711; }

 p { color: rgb(102,135,17); }

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

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

 a { background-color: rgb(102,135,17); }

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

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

 span { border-color: rgb(102,135,17); }

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