#669819

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

Shades of Olive Drab #669819

Tints of Olive Drab #669819

Color information

#669819 (or 0x669819) is unknown color: approx Olive Drab. HEX triplet: 66, 98 and 19. RGB value is (102,152,25). Sum of RGB (Red+Green+Blue) = 102+152+25=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #669819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669819 is #9967E6. Grayscale: #7B7B7B. Windows color (decimal): -10053607 or 1677414. OLE color: 1677414.

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

Color convert

RGB10215225-
CMYK0.3300.840.40
HSL83.62º71.75%34.71%-
HSV(B)83.62º83.55%59.61%-
XYZ16.8825.354.92-
YUV122.5772.94113.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 152 (59.77% from 255) = 54.48%
BLUE value IS 25 (10.16% from 255) = 8.96%
R=36.56%
G=54.48%
B=8.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102152250.3300.840.4083.6271.7534.71
Hex6698192105428544823
Octal146230314101245012411043
Binary110011010011000110011000010101010010100010101001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669819; }

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

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

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

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

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

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

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

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