#619208

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

Shades of Olive Drab #619208

Tints of Olive Drab #619208

Color information

#619208 (or 0x619208) is unknown color: approx Olive Drab. HEX triplet: 61, 92 and 08. RGB value is (97,146,8). Sum of RGB (Red+Green+Blue) = 97+146+8=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 146 (57.42% from 255 or 58.17% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 146 - color contains mainly: green. Hex color #619208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619208 is #9E6DF7. Grayscale: #747474. Windows color (decimal): -10382840 or 561761. OLE color: 561761.

HSL color Cylindrical-coordinate representation of color #619208: hue angle of 81.3º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #619208 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB971468-
CMYK0.3400.950.43
HSL81.3º89.61%30.2%-
HSV(B)81.3º94.52%57.25%-
XYZ15.2523.123.89-
YUV115.6267.27114.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 146 (57.42% from 255) = 58.17%
BLUE value IS 8 (3.52% from 255) = 3.19%
R=38.65%
G=58.17%
B=3.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9714680.3400.950.4381.389.6130.2
Hex619282205F2B515a1e
Octal141222104201375312113236
Binary1100001100100101000100010010111111010111010001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619208; }

 p { color: rgb(97,146,8); }

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

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

 a { background-color: rgb(97,146,8); }

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

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

 span { border-color: rgb(97,146,8); }

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