#628200

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

Shades of Olive #628200

Tints of Olive #628200

Color information

#628200 (or 0x628200) is unknown color: approx Olive. HEX triplet: 62, 82 and 00. RGB value is (98,130,0). Sum of RGB (Red+Green+Blue) = 98+130+0=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #628200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628200 is #9D7DFF. Grayscale: #6A6A6A. Windows color (decimal): -10321408 or 33378. OLE color: 33378.

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

Color convert

RGB981300-
CMYK0.25010.49
HSL74.77º100%25.49%-
HSV(B)74.77º100%50.98%-
XYZ13.0218.562.9-
YUV105.6168.4122.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.98%
GREEN value IS 130 (51.17% from 255) = 57.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.98%
G=57.02%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9813000.25010.4974.7710025.49
Hex6282019064314b6419
Octal14220203101446111314431
Binary110001010000010011001011001001100011001011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628200; }

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

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

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

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

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

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

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

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