#618327

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

Shades of Olive Drab #618327

Tints of Olive Drab #618327

Color information

#618327 (or 0x618327) is unknown color: approx Olive Drab. HEX triplet: 61, 83 and 27. RGB value is (97,131,39). Sum of RGB (Red+Green+Blue) = 97+131+39=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #618327 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618327 is #9E7CD8. Grayscale: #6E6E6E. Windows color (decimal): -10386649 or 2589537. OLE color: 2589537.

HSL color Cylindrical-coordinate representation of color #618327: hue angle of 82.17º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #618327 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB9713139-
CMYK0.2600.700.49
HSL82.17º54.12%33.33%-
HSV(B)82.17º70.23%51.37%-
XYZ13.4118.924.86-
YUV110.3587.74118.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=36.33%
G=49.06%
B=14.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97131390.2600.700.4982.1754.1233.33
Hex6183271A04631523621
Octal14120347320106611226641
Binary11000011000001110011111010010001101100011010010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618327; }

 p { color: rgb(97,131,39); }

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

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

 a { background-color: rgb(97,131,39); }

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

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

 span { border-color: rgb(97,131,39); }

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