#619005

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

Shades of Olive Drab #619005

Tints of Olive Drab #619005

Color information

#619005 (or 0x619005) is unknown color: approx Olive Drab. HEX triplet: 61, 90 and 05. RGB value is (97,144,5). Sum of RGB (Red+Green+Blue) = 97+144+5=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 144 (56.64% from 255 or 58.54% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 144 - color contains mainly: green. Hex color #619005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619005 is #9E6FFA. Grayscale: #727272. Windows color (decimal): -10383355 or 364641. OLE color: 364641.

HSL color Cylindrical-coordinate representation of color #619005: hue angle of 80.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #619005 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB971445-
CMYK0.3300.970.44
HSL80.29º93.29%29.22%-
HSV(B)80.29º96.53%56.47%-
XYZ14.9322.53.7-
YUV114.166.43115.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 144 (56.64% from 255) = 58.54%
BLUE value IS 5 (2.34% from 255) = 2.03%
R=39.43%
G=58.54%
B=2.03%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9714450.3300.970.4480.2993.2929.22
Hex61905210612C505d1d
Octal14122054101415412013535
Binary110000110010000101100001011000011011001010000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619005; }

 p { color: rgb(97,144,5); }

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

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

 a { background-color: rgb(97,144,5); }

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

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

 span { border-color: rgb(97,144,5); }

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