#618124

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

Shades of Olive Drab #618124

Tints of Olive Drab #618124

Color information

#618124 (or 0x618124) is unknown color: approx Olive Drab. HEX triplet: 61, 81 and 24. RGB value is (97,129,36). Sum of RGB (Red+Green+Blue) = 97+129+36=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #618124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618124 is #9E7EDB. Grayscale: #6D6D6D. Windows color (decimal): -10387164 or 2392417. OLE color: 2392417.

HSL color Cylindrical-coordinate representation of color #618124: hue angle of 80.65º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #618124 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB9712936-
CMYK0.2500.720.49
HSL80.65º56.36%32.35%-
HSV(B)80.65º72.09%50.59%-
XYZ13.118.374.52-
YUV108.8386.9119.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 36 (14.45% from 255) = 13.74%
R=37.02%
G=49.24%
B=13.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97129360.2500.720.4980.6556.3632.35
Hex6181241904831513820
Octal14120144310110611217040
Binary11000011000000110010011001010010001100011010001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618124; }

 p { color: rgb(97,129,36); }

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

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

 a { background-color: rgb(97,129,36); }

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

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

 span { border-color: rgb(97,129,36); }

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