#619511

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

Shades of Olive Drab #619511

Tints of Olive Drab #619511

Color information

#619511 (or 0x619511) is unknown color: approx Olive Drab. HEX triplet: 61, 95 and 11. RGB value is (97,149,17). Sum of RGB (Red+Green+Blue) = 97+149+17=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #619511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619511 is #9E6AEE. Grayscale: #767676. Windows color (decimal): -10382063 or 1152353. OLE color: 1152353.

HSL color Cylindrical-coordinate representation of color #619511: hue angle of 83.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #619511 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB9714917-
CMYK0.3500.890.42
HSL83.64º79.52%32.55%-
HSV(B)83.64º88.59%58.43%-
XYZ15.7824.084.35-
YUV118.470.77112.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 17 (7.03% from 255) = 6.46%
R=36.88%
G=56.65%
B=6.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97149170.3500.890.4283.6479.5232.55
Hex619511230592A545021
Octal141225214301315212412041
Binary110000110010101100011000110101100110101010101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619511; }

 p { color: rgb(97,149,17); }

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

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

 a { background-color: rgb(97,149,17); }

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

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

 span { border-color: rgb(97,149,17); }

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