#618223

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

Shades of Olive Drab #618223

Tints of Olive Drab #618223

Color information

#618223 (or 0x618223) is unknown color: approx Olive Drab. HEX triplet: 61, 82 and 23. RGB value is (97,130,35). Sum of RGB (Red+Green+Blue) = 97+130+35=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #618223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618223 is #9E7DDC. Grayscale: #6D6D6D. Windows color (decimal): -10386909 or 2327137. OLE color: 2327137.

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

Color convert

RGB9713035-
CMYK0.2500.730.49
HSL80.84º57.58%32.35%-
HSV(B)80.84º73.08%50.98%-
XYZ13.2218.634.49-
YUV109.386.07119.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 130 (51.17% from 255) = 49.62%
BLUE value IS 35 (14.06% from 255) = 13.36%
R=37.02%
G=49.62%
B=13.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130350.2500.730.4980.8457.5832.35
Hex6182231904931513a20
Octal14120243310111611217240
Binary11000011000001010001111001010010011100011010001111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618223; }

 p { color: rgb(97,130,35); }

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

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

 a { background-color: rgb(97,130,35); }

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

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

 span { border-color: rgb(97,130,35); }

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