#628015

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

Shades of Olive Drab #628015

Tints of Olive Drab #628015

Color information

#628015 (or 0x628015) is unknown color: approx Olive Drab. HEX triplet: 62, 80 and 15. RGB value is (98,128,21). Sum of RGB (Red+Green+Blue) = 98+128+21=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 128 (50.39% from 255 or 51.82% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 128 - color contains mainly: green. Hex color #628015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628015 is #9D7FEA. Grayscale: #6B6B6B. Windows color (decimal): -10321899 or 1409122. OLE color: 1409122.

HSL color Cylindrical-coordinate representation of color #628015: hue angle of 76.82º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #628015 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB9812821-
CMYK0.2300.840.50
HSL76.82º71.81%29.22%-
HSV(B)76.82º83.59%50.2%-
XYZ12.8918.093.52-
YUV106.8379.56121.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 128 (50.39% from 255) = 51.82%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=39.68%
G=51.82%
B=8.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98128210.2300.840.5076.8271.8129.22
Hex62801517054324d481d
Octal142200252701246211511035
Binary1100010100000001010110111010101001100101001101100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628015; }

 p { color: rgb(98,128,21); }

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

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

 a { background-color: rgb(98,128,21); }

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

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

 span { border-color: rgb(98,128,21); }

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