#668311

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

Shades of Olive Drab #668311

Tints of Olive Drab #668311

Color information

#668311 (or 0x668311) is unknown color: approx Olive Drab. HEX triplet: 66, 83 and 11. RGB value is (102,131,17). Sum of RGB (Red+Green+Blue) = 102+131+17=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #668311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668311 is #997CEE. Grayscale: #6D6D6D. Windows color (decimal): -10058991 or 1147750. OLE color: 1147750.

HSL color Cylindrical-coordinate representation of color #668311: hue angle of 75.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #668311 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB10213117-
CMYK0.2200.870.49
HSL75.26º77.03%29.02%-
HSV(B)75.26º87.02%51.37%-
XYZ13.719.13.49-
YUV109.3375.89122.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.8%
GREEN value IS 131 (51.56% from 255) = 52.4%
BLUE value IS 17 (7.03% from 255) = 6.8%
R=40.8%
G=52.4%
B=6.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102131170.2200.870.4975.2677.0329.02
Hex66831116057314b4d1d
Octal146203212601276111311535
Binary1100110100000111000110110010101111100011001011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668311; }

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

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

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

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

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

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

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

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