#619210

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

Shades of Olive Drab #619210

Tints of Olive Drab #619210

Color information

#619210 (or 0x619210) is unknown color: approx Olive Drab. HEX triplet: 61, 92 and 10. RGB value is (97,146,16). Sum of RGB (Red+Green+Blue) = 97+146+16=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #619210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619210 is #9E6DEF. Grayscale: #757575. Windows color (decimal): -10382832 or 1086049. OLE color: 1086049.

HSL color Cylindrical-coordinate representation of color #619210: hue angle of 82.62º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #619210 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB9714616-
CMYK0.3400.890.43
HSL82.62º80.25%31.76%-
HSV(B)82.62º89.04%57.25%-
XYZ15.323.144.15-
YUV116.5371.27114.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 146 (57.42% from 255) = 56.37%
BLUE value IS 16 (6.64% from 255) = 6.18%
R=37.45%
G=56.37%
B=6.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97146160.3400.890.4382.6280.2531.76
Hex619210220592B535020
Octal141222204201315312312040
Binary110000110010010100001000100101100110101110100111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619210; }

 p { color: rgb(97,146,16); }

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

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

 a { background-color: rgb(97,146,16); }

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

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

 span { border-color: rgb(97,146,16); }

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