#669817

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

Shades of Olive Drab #669817

Tints of Olive Drab #669817

Color information

#669817 (or 0x669817) is unknown color: approx Olive Drab. HEX triplet: 66, 98 and 17. RGB value is (102,152,23). Sum of RGB (Red+Green+Blue) = 102+152+23=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #669817 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669817 is #9967E8. Grayscale: #7A7A7A. Windows color (decimal): -10053609 or 1546342. OLE color: 1546342.

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

Color convert

RGB10215223-
CMYK0.3300.850.40
HSL83.26º73.71%34.31%-
HSV(B)83.26º84.87%59.61%-
XYZ16.8625.344.81-
YUV122.3471.94113.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 152 (59.77% from 255) = 54.87%
BLUE value IS 23 (9.38% from 255) = 8.30%
R=36.82%
G=54.87%
B=8.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102152230.3300.850.4083.2673.7134.31
Hex6698172105528534a22
Octal146230274101255012311242
Binary110011010011000101111000010101010110100010100111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669817; }

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

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

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

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

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

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

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

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