#618B11

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

Shades of Olive Drab #618B11

Tints of Olive Drab #618B11

Color information

#618B11 (or 0x618B11) is unknown color: approx Olive Drab. HEX triplet: 61, 8B and 11. RGB value is (97,139,17). Sum of RGB (Red+Green+Blue) = 97+139+17=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #618B11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618B11 is #9E74EE. Grayscale: #707070. Windows color (decimal): -10384623 or 1149793. OLE color: 1149793.

HSL color Cylindrical-coordinate representation of color #618B11: hue angle of 80.66º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #618B11 is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB9713917-
CMYK0.3000.880.45
HSL80.66º78.21%30.59%-
HSV(B)80.66º87.77%54.51%-
XYZ14.2621.053.84-
YUV112.5374.09116.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 139 (54.69% from 255) = 54.94%
BLUE value IS 17 (7.03% from 255) = 6.72%
R=38.34%
G=54.94%
B=6.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97139170.3000.880.4580.6678.2130.59
Hex618B111E0582D514e1f
Octal141213213601305512111637
Binary1100001100010111000111110010110001011011010001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618B11; }

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

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

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

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

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

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

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

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