Html Css Color HEX #628028 Olive Drab

📋 copy color: '#628028'

red 98 ◦ green 128 ◦ blue 40

#628028
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #628028

Tints of Olive Drab #628028

RGB

 RED value IS 98 (38.67% from 255) = 36.84%

 GREEN value IS 128 (50.39% from 255) = 48.12%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 36.84%
G = 48.12%
B = 15.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#628028 (or 0x628028) is known color: Olive Drab. HEX triplet: 62, 80 and 28. RGB value is (98,128,40). Sum of RGB (Red+Green+Blue) = 98+128+40=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #628028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628028 is #9D7FD7. Grayscale: #6D6D6D. Windows color (decimal): -10321880 or 2654306. OLE color: 2654306.

HSL color Cylindrical-coordinate representation of color #628028: hue angle of 80.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #628028 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 128 40 -
CMYK 0.23 0 0.69 0.50
HSL 80.45º 0.52% 0.33% -
HSV(B) 80.45º 0.69% 0.5% -
XYZ 13.14 18.19 4.83 -
YUV 109 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 98 128 40 0.23 0 0.69 0.50 80.45 0.52 0.33
Hex 62 80 28 17 0 45 32 50 34 21
Octal 142 200 50 27 0 105 62 120 64 41
Binary 1100010 10000000 101000 10111 0 1000101 110010 1010000 110100 100001

Color Harmonies of #628028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628028

Black with #628028

Text Example


Text Example

White with #628028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628028; }

 p { color: rgb(98,128,40); }

 H1.HeaderClassName
 {
   color: #628028;
 }
 .AnyTagClassName
 {
   color: #628028;
 }
</style>

background-color css

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

 a { background-color: rgb(98,128,40); }

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

border-color css

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

 span { border-color: rgb(98,128,40); }

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