#627F16

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

Shades of Olive Drab #627F16

Tints of Olive Drab #627F16

Color information

#627F16 (or 0x627F16) is unknown color: approx Olive Drab. HEX triplet: 62, 7F and 16. RGB value is (98,127,22). Sum of RGB (Red+Green+Blue) = 98+127+22=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #627F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #627F16 is #9D80E9. Grayscale: #6A6A6A. Windows color (decimal): -10322154 or 1474402. OLE color: 1474402.

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

Color convert

RGB9812722-
CMYK0.2300.830.50
HSL76.57º70.47%29.22%-
HSV(B)76.57º82.68%49.8%-
XYZ12.7717.833.53-
YUV106.3680.39122.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.68%
GREEN value IS 127 (50% from 255) = 51.42%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=39.68%
G=51.42%
B=8.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98127220.2300.830.5076.5770.4729.22
Hex627F1617053324d461d
Octal142177262701236211510635
Binary110001011111111011010111010100111100101001101100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627F16; }

 p { color: rgb(98,127,22); }

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

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

 a { background-color: rgb(98,127,22); }

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

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

 span { border-color: rgb(98,127,22); }

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