#618022

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

Shades of Olive Drab #618022

Tints of Olive Drab #618022

Color information

#618022 (or 0x618022) is unknown color: approx Olive Drab. HEX triplet: 61, 80 and 22. RGB value is (97,128,34). Sum of RGB (Red+Green+Blue) = 97+128+34=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 128 (50.39% from 255 or 49.42% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 128 - color contains mainly: green. Hex color #618022 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618022 is #9E7FDD. Grayscale: #6C6C6C. Windows color (decimal): -10387422 or 2261089. OLE color: 2261089.

HSL color Cylindrical-coordinate representation of color #618022: hue angle of 79.79º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #618022 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB9712834-
CMYK0.2400.730.50
HSL79.79º58.02%31.76%-
HSV(B)79.79º73.44%50.2%-
XYZ12.9418.14.32-
YUV108.0286.23120.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 128 (50.39% from 255) = 49.42%
BLUE value IS 34 (13.67% from 255) = 13.13%
R=37.45%
G=49.42%
B=13.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97128340.2400.730.5079.7958.0231.76
Hex6180221804932503a20
Octal14120042300111621207240
Binary11000011000000010001011000010010011100101010000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618022; }

 p { color: rgb(97,128,34); }

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

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

 a { background-color: rgb(97,128,34); }

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

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

 span { border-color: rgb(97,128,34); }

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