#618C15

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

Shades of Olive Drab #618C15

Tints of Olive Drab #618C15

Color information

#618C15 (or 0x618C15) is unknown color: approx Olive Drab. HEX triplet: 61, 8C and 15. RGB value is (97,140,21). Sum of RGB (Red+Green+Blue) = 97+140+21=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #618C15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #618C15 is #9E73EA. Grayscale: #727272. Windows color (decimal): -10384363 or 1412193. OLE color: 1412193.

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

Color convert

RGB9714021-
CMYK0.3100.850.45
HSL81.68º73.91%31.57%-
HSV(B)81.68º85%54.9%-
XYZ14.4421.354.07-
YUV113.5875.75116.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 140 (55.08% from 255) = 54.26%
BLUE value IS 21 (8.59% from 255) = 8.14%
R=37.60%
G=54.26%
B=8.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97140210.3100.850.4581.6873.9131.57
Hex618C151F0552D524a20
Octal141214253701255512211240
Binary11000011000110010101111110101010110110110100101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,140,21); }

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

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

 a { background-color: rgb(97,140,21); }

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

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

 span { border-color: rgb(97,140,21); }

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