#628203

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

Shades of Olive Drab #628203

Tints of Olive Drab #628203

Color information

#628203 (or 0x628203) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 03. RGB value is (98,130,3). Sum of RGB (Red+Green+Blue) = 98+130+3=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 130 (51.17% from 255 or 56.28% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 130 - color contains mainly: green. Hex color #628203 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628203 is #9D7DFC. Grayscale: #6A6A6A. Windows color (decimal): -10321405 or 229986. OLE color: 229986.

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

Color convert

RGB981303-
CMYK0.2500.980.49
HSL75.12º95.49%26.08%-
HSV(B)75.12º97.69%50.98%-
XYZ13.0418.572.98-
YUV105.9569.9122.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.42%
GREEN value IS 130 (51.17% from 255) = 56.28%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=42.42%
G=56.28%
B=1.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9813030.2500.980.4975.1295.4926.08
Hex6282319062314b5f1a
Octal14220233101426111313732
Binary1100010100000101111001011000101100011001011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628203; }

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

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

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

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

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

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

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

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