Html Css Color HEX #628210 Olive Drab

📋 copy color: '#628210'

red 98 ◦ green 130 ◦ blue 16

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

Shades of Olive Drab #628210

Tints of Olive Drab #628210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 53.28%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 40.16%
G = 53.28%
B = 6.56%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#628210 (or 0x628210) is known color: Olive Drab. HEX triplet: 62, 82 and 10. RGB value is (98,130,16). Sum of RGB (Red+Green+Blue) = 98+130+16=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #628210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628210 is #9D7DEF. Grayscale: #6B6B6B. Windows color (decimal): -10321392 or 1081954. OLE color: 1081954.

HSL color Cylindrical-coordinate representation of color #628210: hue angle of 76.84º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #628210 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 130 16 -
CMYK 0.25 0 0.88 0.49
HSL 76.84º 0.78% 0.29% -
HSV(B) 76.84º 0.88% 0.51% -
XYZ 13.11 18.6 3.39 -
YUV 107.44 76.4 121.27 -
System Red Green Blue C M Y K H S L
Decimal 98 130 16 0.25 0 0.88 0.49 76.84 0.78 0.29
Hex 62 82 10 19 0 58 31 4D 4E 1D
Octal 142 202 20 31 0 130 61 115 116 35
Binary 1100010 10000010 10000 11001 0 1011000 110001 1001101 1001110 11101

Color Harmonies of #628210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628210

Black with #628210

Text Example


Text Example

White with #628210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628210; }

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

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

background-color css

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

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

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

border-color css

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

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

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