Html Css Color HEX #628820 Olive Drab

📋 copy color: '#628820'

red 98 ◦ green 136 ◦ blue 32

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

Shades of Olive Drab #628820

Tints of Olive Drab #628820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.13%

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

R = 36.84%
G = 51.13%
B = 12.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#628820 (or 0x628820) is known color: Olive Drab. HEX triplet: 62, 88 and 20. RGB value is (98,136,32). Sum of RGB (Red+Green+Blue) = 98+136+32=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #628820 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628820 is #9D77DF. Grayscale: #717171. Windows color (decimal): -10319840 or 2132066. OLE color: 2132066.

HSL color Cylindrical-coordinate representation of color #628820: hue angle of 81.92º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #628820 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 136 32 -
CMYK 0.28 0 0.76 0.47
HSL 81.92º 0.62% 0.33% -
HSV(B) 81.92º 0.76% 0.53% -
XYZ 14.1 20.31 4.54 -
YUV 112.78 82.41 117.46 -
System Red Green Blue C M Y K H S L
Decimal 98 136 32 0.28 0 0.76 0.47 81.92 0.62 0.33
Hex 62 88 20 1C 0 4C 2F 52 3E 21
Octal 142 210 40 34 0 114 57 122 76 41
Binary 1100010 10001000 100000 11100 0 1001100 101111 1010010 111110 100001

Color Harmonies of #628820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628820

Black with #628820

Text Example


Text Example

White with #628820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628820; }

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

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

background-color css

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

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

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

border-color css

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

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

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