#628502

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

Shades of Olive Drab #628502

Tints of Olive Drab #628502

Color information

#628502 (or 0x628502) is unknown color: approx Olive Drab. HEX triplet: 62, 85 and 02. RGB value is (98,133,2). Sum of RGB (Red+Green+Blue) = 98+133+2=233 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.06% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #628502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628502 is #9D7AFD. Grayscale: #6C6C6C. Windows color (decimal): -10320638 or 165218. OLE color: 165218.

HSL color Cylindrical-coordinate representation of color #628502: hue angle of 76.03º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #628502 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB981332-
CMYK0.2600.980.48
HSL76.03º97.04%26.47%-
HSV(B)76.03º98.5%52.16%-
XYZ13.4419.383.09-
YUV107.668.4121.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.06%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=42.06%
G=57.08%
B=0.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9813320.2600.980.4876.0397.0426.47
Hex628521A062304c611a
Octal14220523201426011414132
Binary1100010100001011011010011000101100001001100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628502; }

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

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

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

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

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

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

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

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