#628124

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

Shades of Olive Drab #628124

Tints of Olive Drab #628124

Color information

#628124 (or 0x628124) is unknown color: approx Olive Drab. HEX triplet: 62, 81 and 24. RGB value is (98,129,36). Sum of RGB (Red+Green+Blue) = 98+129+36=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 129 (50.78% from 255 or 49.05% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 129 - color contains mainly: green. Hex color #628124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628124 is #9D7EDB. Grayscale: #6D6D6D. Windows color (decimal): -10321628 or 2392418. OLE color: 2392418.

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

Color convert

RGB9812936-
CMYK0.2400.720.49
HSL80º56.36%32.35%-
HSV(B)80º72.09%50.59%-
XYZ13.2118.424.53-
YUV109.1386.73120.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.26%
GREEN value IS 129 (50.78% from 255) = 49.05%
BLUE value IS 36 (14.45% from 255) = 13.69%
R=37.26%
G=49.05%
B=13.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98129360.2400.720.498056.3632.35
Hex6281241804831503820
Octal14220144300110611207040
Binary11000101000000110010011000010010001100011010000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628124; }

 p { color: rgb(98,129,36); }

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

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

 a { background-color: rgb(98,129,36); }

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

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

 span { border-color: rgb(98,129,36); }

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