#628202

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

Shades of Olive Drab #628202

Tints of Olive Drab #628202

Color information

#628202 (or 0x628202) is unknown color: approx Olive Drab. HEX triplet: 62, 82 and 02. RGB value is (98,130,2). Sum of RGB (Red+Green+Blue) = 98+130+2=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #628202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628202 is #9D7DFD. Grayscale: #6A6A6A. Windows color (decimal): -10321406 or 164450. OLE color: 164450.

HSL color Cylindrical-coordinate representation of color #628202: hue angle of 75º degrees, saturation: 0.97, 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 #628202 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB981302-
CMYK0.2500.980.49
HSL75º96.97%25.88%-
HSV(B)75º98.46%50.98%-
XYZ13.0318.572.95-
YUV105.8469.4122.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.61%
GREEN value IS 130 (51.17% from 255) = 56.52%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=42.61%
G=56.52%
B=0.87%

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
Decimal9813020.2500.980.497596.9725.88
Hex6282219062314b611a
Octal14220223101426111314132
Binary1100010100000101011001011000101100011001011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628202; }

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

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

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

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

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

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

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

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