#669A17

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

Shades of Olive Drab #669A17

Tints of Olive Drab #669A17

Color information

#669A17 (or 0x669A17) is unknown color: approx Olive Drab. HEX triplet: 66, 9A and 17. RGB value is (102,154,23). Sum of RGB (Red+Green+Blue) = 102+154+23=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 154 (60.55% from 255 or 55.20% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 154 - color contains mainly: green. Hex color #669A17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669A17 is #9965E8. Grayscale: #7B7B7B. Windows color (decimal): -10053097 or 1546854. OLE color: 1546854.

HSL color Cylindrical-coordinate representation of color #669A17: hue angle of 83.82º 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 #669A17 is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB10215423-
CMYK0.3400.850.40
HSL83.82º74.01%34.71%-
HSV(B)83.82º85.06%60.39%-
XYZ17.19264.92-
YUV123.5271.27112.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 154 (60.55% from 255) = 55.20%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=36.56%
G=55.20%
B=8.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102154230.3400.850.4083.8274.0134.71
Hex669A172205528544a23
Octal146232274201255012411243
Binary110011010011010101111000100101010110100010101001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669A17; }

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

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

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

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

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

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

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

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