#628B10

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

Shades of Olive Drab #628B10

Tints of Olive Drab #628B10

Color information

#628B10 (or 0x628B10) is unknown color: approx Olive Drab. HEX triplet: 62, 8B and 10. RGB value is (98,139,16). Sum of RGB (Red+Green+Blue) = 98+139+16=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 139 (54.69% from 255 or 54.94% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 139 - color contains mainly: green. Hex color #628B10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628B10 is #9D74EF. Grayscale: #717171. Windows color (decimal): -10319088 or 1084258. OLE color: 1084258.

HSL color Cylindrical-coordinate representation of color #628B10: hue angle of 80º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #628B10 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB9813916-
CMYK0.2900.880.45
HSL80º79.35%30.39%-
HSV(B)80º88.49%54.51%-
XYZ14.3621.13.81-
YUV112.7273.42117.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 139 (54.69% from 255) = 54.94%
BLUE value IS 16 (6.64% from 255) = 6.32%
R=38.74%
G=54.94%
B=6.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98139160.2900.880.458079.3530.39
Hex628B101D0582D504f1e
Octal142213203501305512011736
Binary1100010100010111000011101010110001011011010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628B10; }

 p { color: rgb(98,139,16); }

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

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

 a { background-color: rgb(98,139,16); }

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

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

 span { border-color: rgb(98,139,16); }

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