#669913

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

Shades of Olive Drab #669913

Tints of Olive Drab #669913

Color information

#669913 (or 0x669913) is unknown color: approx Olive Drab. HEX triplet: 66, 99 and 13. RGB value is (102,153,19). Sum of RGB (Red+Green+Blue) = 102+153+19=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #669913 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669913 is #9966EC. Grayscale: #7A7A7A. Windows color (decimal): -10053357 or 1284454. OLE color: 1284454.

HSL color Cylindrical-coordinate representation of color #669913: hue angle of 82.84º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #669913 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB10215319-
CMYK0.3300.880.4
HSL82.84º77.91%33.73%-
HSV(B)82.84º87.58%60%-
XYZ16.9925.654.67-
YUV122.4869.6113.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 153 (60.16% from 255) = 55.84%
BLUE value IS 19 (7.81% from 255) = 6.93%
R=37.23%
G=55.84%
B=6.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153190.3300.880.482.8477.9133.73
Hex6699132105828534e22
Octal146231234101305012311642
Binary110011010011001100111000010101100010100010100111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669913; }

 p { color: rgb(102,153,19); }

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

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

 a { background-color: rgb(102,153,19); }

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

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

 span { border-color: rgb(102,153,19); }

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