#669815

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

Shades of Olive Drab #669815

Tints of Olive Drab #669815

Color information

#669815 (or 0x669815) is unknown color: approx Olive Drab. HEX triplet: 66, 98 and 15. RGB value is (102,152,21). Sum of RGB (Red+Green+Blue) = 102+152+21=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #669815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669815 is #9967EA. Grayscale: #7A7A7A. Windows color (decimal): -10053611 or 1415270. OLE color: 1415270.

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

Color convert

RGB10215221-
CMYK0.3300.860.40
HSL82.9º75.72%33.92%-
HSV(B)82.9º86.18%59.61%-
XYZ16.8425.344.71-
YUV122.1270.94113.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=37.09%
G=55.27%
B=7.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102152210.3300.860.4082.975.7233.92
Hex6698152105628534c22
Octal146230254101265012311442
Binary110011010011000101011000010101011010100010100111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669815; }

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

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

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

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

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

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

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

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