#618225

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

Shades of Olive Drab #618225

Tints of Olive Drab #618225

Color information

#618225 (or 0x618225) is unknown color: approx Olive Drab. HEX triplet: 61, 82 and 25. RGB value is (97,130,37). Sum of RGB (Red+Green+Blue) = 97+130+37=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #618225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618225 is #9E7DDA. Grayscale: #6D6D6D. Windows color (decimal): -10386907 or 2458209. OLE color: 2458209.

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

Color convert

RGB9713037-
CMYK0.2500.720.49
HSL81.29º55.69%32.75%-
HSV(B)81.29º71.54%50.98%-
XYZ13.2518.644.65-
YUV109.5387.07119.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 37 (14.84% from 255) = 14.02%
R=36.74%
G=49.24%
B=14.02%

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
Decimal97130370.2500.720.4981.2955.6932.75
Hex6182251904831513821
Octal14120245310110611217041
Binary11000011000001010010111001010010001100011010001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618225; }

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

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

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

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

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

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

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

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