#619611

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

Shades of Olive Drab #619611

Tints of Olive Drab #619611

Color information

#619611 (or 0x619611) is unknown color: approx Olive Drab. HEX triplet: 61, 96 and 11. RGB value is (97,150,17). Sum of RGB (Red+Green+Blue) = 97+150+17=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #619611 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619611 is #9E69EE. Grayscale: #777777. Windows color (decimal): -10381807 or 1152609. OLE color: 1152609.

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

Color convert

RGB9715017-
CMYK0.3500.890.41
HSL83.91º79.64%32.75%-
HSV(B)83.91º88.67%58.82%-
XYZ15.9424.394.4-
YUV118.9970.44112.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 150 (58.98% from 255) = 56.82%
BLUE value IS 17 (7.03% from 255) = 6.44%
R=36.74%
G=56.82%
B=6.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97150170.3500.890.4183.9179.6432.75
Hex6196112305929545021
Octal141226214301315112412041
Binary110000110010110100011000110101100110100110101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619611; }

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

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

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

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

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

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

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

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