#619506

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

Shades of Olive Drab #619506

Tints of Olive Drab #619506

Color information

#619506 (or 0x619506) is unknown color: approx Olive Drab. HEX triplet: 61, 95 and 06. RGB value is (97,149,6). Sum of RGB (Red+Green+Blue) = 97+149+6=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #619506 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619506 is #9E6AF9. Grayscale: #757575. Windows color (decimal): -10382074 or 431457. OLE color: 431457.

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

Color convert

RGB971496-
CMYK0.3500.960.42
HSL81.82º92.26%30.39%-
HSV(B)81.82º95.97%58.43%-
XYZ15.7124.053.99-
YUV117.1565.27113.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 149 (58.59% from 255) = 59.13%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=38.49%
G=59.13%
B=2.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9714960.3500.960.4281.8292.2630.39
Hex61956230602A525c1e
Octal14122564301405212213436
Binary110000110010101110100011011000001010101010010101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619506; }

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

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

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

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

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

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

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

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