Html Css Color HEX #628420 Olive Drab

📋 copy color: '#628420'

red 98 ◦ green 132 ◦ blue 32

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

Shades of Olive Drab #628420

Tints of Olive Drab #628420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.38%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 37.4%
G = 50.38%
B = 12.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#628420 (or 0x628420) is known color: Olive Drab. HEX triplet: 62, 84 and 20. RGB value is (98,132,32). Sum of RGB (Red+Green+Blue) = 98+132+32=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #628420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628420 is #9D7BDF. Grayscale: #6E6E6E. Windows color (decimal): -10320864 or 2131042. OLE color: 2131042.

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

Color convert

RGB 98 132 32 -
CMYK 0.26 0 0.76 0.48
HSL 80.4º 0.61% 0.32% -
HSV(B) 80.4º 0.76% 0.52% -
XYZ 13.55 19.2 4.36 -
YUV 110.43 83.74 119.13 -
System Red Green Blue C M Y K H S L
Decimal 98 132 32 0.26 0 0.76 0.48 80.4 0.61 0.32
Hex 62 84 20 1A 0 4C 30 50 3D 20
Octal 142 204 40 32 0 114 60 120 75 40
Binary 1100010 10000100 100000 11010 0 1001100 110000 1010000 111101 100000

Color Harmonies of #628420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628420

Black with #628420

Text Example


Text Example

White with #628420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628420; }

 p { color: rgb(98,132,32); }

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

background-color css

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

 a { background-color: rgb(98,132,32); }

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

border-color css

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

 span { border-color: rgb(98,132,32); }

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