#628B0C

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

Shades of Olive Drab #628B0C

Tints of Olive Drab #628B0C

Color information

#628B0C (or 0x628B0C) is unknown color: approx Olive Drab. HEX triplet: 62, 8B and 0C. RGB value is (98,139,12). Sum of RGB (Red+Green+Blue) = 98+139+12=249 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.36% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #628B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628B0C is #9D74F3. Grayscale: #707070. Windows color (decimal): -10319092 or 822114. OLE color: 822114.

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

Color convert

RGB9813912-
CMYK0.2900.910.45
HSL79.37º84.11%29.61%-
HSV(B)79.37º91.37%54.51%-
XYZ14.3421.093.66-
YUV112.2671.42117.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.36%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 12 (5.08% from 255) = 4.82%
R=39.36%
G=55.82%
B=4.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98139120.2900.910.4579.3784.1129.61
Hex628BC1D05B2D4f541e
Octal142213143501335511712436
Binary110001010001011110011101010110111011011001111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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