#628127

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

Shades of Olive Drab #628127

Tints of Olive Drab #628127

Color information

#628127 (or 0x628127) is unknown color: approx Olive Drab. HEX triplet: 62, 81 and 27. RGB value is (98,129,39). Sum of RGB (Red+Green+Blue) = 98+129+39=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #628127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628127 is #9D7ED8. Grayscale: #6D6D6D. Windows color (decimal): -10321625 or 2589026. OLE color: 2589026.

HSL color Cylindrical-coordinate representation of color #628127: hue angle of 80.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #628127 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB9812939-
CMYK0.2400.700.49
HSL80.67º53.57%32.94%-
HSV(B)80.67º69.77%50.59%-
XYZ13.2518.444.78-
YUV109.4788.23119.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 129 (50.78% from 255) = 48.50%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=36.84%
G=48.50%
B=14.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98129390.2400.700.4980.6753.5732.94
Hex6281271804631513621
Octal14220147300106611216641
Binary11000101000000110011111000010001101100011010001110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628127; }

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

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

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

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

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

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

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

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