#669917

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

Shades of Olive Drab #669917

Tints of Olive Drab #669917

Color information

#669917 (or 0x669917) is unknown color: approx Olive Drab. HEX triplet: 66, 99 and 17. RGB value is (102,153,23). Sum of RGB (Red+Green+Blue) = 102+153+23=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #669917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669917 is #9966E8. Grayscale: #7B7B7B. Windows color (decimal): -10053353 or 1546598. OLE color: 1546598.

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

Color convert

RGB10215323-
CMYK0.3300.850.4
HSL83.54º73.86%34.51%-
HSV(B)83.54º84.97%60%-
XYZ17.0325.674.87-
YUV122.9371.6113.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 153 (60.16% from 255) = 55.04%
BLUE value IS 23 (9.38% from 255) = 8.27%
R=36.69%
G=55.04%
B=8.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal102153230.3300.850.483.5473.8634.51
Hex6699172105528544a23
Octal146231274101255012411243
Binary110011010011001101111000010101010110100010101001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669917; }

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

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

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

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

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

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

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

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