Html Css Color HEX #628311 Olive Drab

📋 copy color: '#628311'

red 98 ◦ green 131 ◦ blue 17

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

Shades of Olive Drab #628311

Tints of Olive Drab #628311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.25%

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 39.84%
G = 53.25%
B = 6.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#628311 (or 0x628311) is known color: Olive Drab. HEX triplet: 62, 83 and 11. RGB value is (98,131,17). Sum of RGB (Red+Green+Blue) = 98+131+17=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #628311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628311 is #9D7CEE. Grayscale: #6C6C6C. Windows color (decimal): -10321135 or 1147746. OLE color: 1147746.

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

Color convert

RGB 98 131 17 -
CMYK 0.25 0 0.87 0.49
HSL 77.37º 0.77% 0.29% -
HSV(B) 77.37º 0.87% 0.51% -
XYZ 13.25 18.87 3.47 -
YUV 108.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 98 131 17 0.25 0 0.87 0.49 77.37 0.77 0.29
Hex 62 83 11 19 0 57 31 4D 4D 1D
Octal 142 203 21 31 0 127 61 115 115 35
Binary 1100010 10000011 10001 11001 0 1010111 110001 1001101 1001101 11101

Color Harmonies of #628311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628311

Black with #628311

Text Example


Text Example

White with #628311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628311; }

 p { color: rgb(98,131,17); }

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

background-color css

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

 a { background-color: rgb(98,131,17); }

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

border-color css

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

 span { border-color: rgb(98,131,17); }

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