#619806

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

Shades of Olive Drab #619806

Tints of Olive Drab #619806

Color information

#619806 (or 0x619806) is unknown color: approx Olive Drab. HEX triplet: 61, 98 and 06. RGB value is (97,152,6). Sum of RGB (Red+Green+Blue) = 97+152+6=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 152 (59.77% from 255 or 59.61% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 152 - color contains mainly: green. Hex color #619806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619806 is #9E67F9. Grayscale: #777777. Windows color (decimal): -10381306 or 432225. OLE color: 432225.

HSL color Cylindrical-coordinate representation of color #619806: hue angle of 82.6º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #619806 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB971526-
CMYK0.3600.960.40
HSL82.6º92.41%30.98%-
HSV(B)82.6º96.05%59.61%-
XYZ16.1925.014.15-
YUV118.9164.28112.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 152 (59.77% from 255) = 59.61%
BLUE value IS 6 (2.73% from 255) = 2.35%
R=38.04%
G=59.61%
B=2.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9715260.3600.960.4082.692.4130.98
Hex619862406028535c1f
Octal14123064401405012313437
Binary110000110011000110100100011000001010001010011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619806; }

 p { color: rgb(97,152,6); }

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

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

 a { background-color: rgb(97,152,6); }

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

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

 span { border-color: rgb(97,152,6); }

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