#618A14

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

Shades of Olive Drab #618A14

Tints of Olive Drab #618A14

Color information

#618A14 (or 0x618A14) is unknown color: approx Olive Drab. HEX triplet: 61, 8A and 14. RGB value is (97,138,20). Sum of RGB (Red+Green+Blue) = 97+138+20=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #618A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618A14 is #9E75EB. Grayscale: #707070. Windows color (decimal): -10384876 or 1346145. OLE color: 1346145.

HSL color Cylindrical-coordinate representation of color #618A14: hue angle of 80.85º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #618A14 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB9713820-
CMYK0.3000.860.46
HSL80.85º74.68%30.98%-
HSV(B)80.85º85.51%54.12%-
XYZ14.1420.773.93-
YUV112.2975.92117.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.04%
GREEN value IS 138 (54.30% from 255) = 54.12%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=38.04%
G=54.12%
B=7.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97138200.3000.860.4680.8574.6830.98
Hex618A141E0562E514b1f
Octal141212243601265612111337
Binary1100001100010101010011110010101101011101010001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,138,20); }

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

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

 a { background-color: rgb(97,138,20); }

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

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

 span { border-color: rgb(97,138,20); }

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