#628201

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

Shades of Olive #628201

Tints of Olive #628201

Color information

#628201 (or 0x628201) is unknown color: approx Olive. HEX triplet: 62, 82 and 01. RGB value is (98,130,1). Sum of RGB (Red+Green+Blue) = 98+130+1=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #628201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628201 is #9D7DFE. Grayscale: #6A6A6A. Windows color (decimal): -10321407 or 98914. OLE color: 98914.

HSL color Cylindrical-coordinate representation of color #628201: hue angle of 74.88º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #628201 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB981301-
CMYK0.2500.990.49
HSL74.88º98.47%25.69%-
HSV(B)74.88º99.23%50.98%-
XYZ13.0318.562.93-
YUV105.7368.9122.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.79%
GREEN value IS 130 (51.17% from 255) = 56.77%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=42.79%
G=56.77%
B=0.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9813010.2500.990.4974.8898.4725.69
Hex6282119063314b621a
Octal14220213101436111314232
Binary110001010000010111001011000111100011001011110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628201; }

 p { color: rgb(98,130,1); }

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

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

 a { background-color: rgb(98,130,1); }

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

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

 span { border-color: rgb(98,130,1); }

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