Html Css Color HEX #628011 Olive Drab

📋 copy color: '#628011'

red 98 ◦ green 128 ◦ blue 17

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

Shades of Olive Drab #628011

Tints of Olive Drab #628011

RGB

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

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

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

R = 40.33%
G = 52.67%
B = 7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#628011 (or 0x628011) is known color: Olive Drab. HEX triplet: 62, 80 and 11. RGB value is (98,128,17). Sum of RGB (Red+Green+Blue) = 98+128+17=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #628011 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628011 is #9D7FEE. Grayscale: #6A6A6A. Windows color (decimal): -10321903 or 1146978. OLE color: 1146978.

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

Color convert

RGB 98 128 17 -
CMYK 0.23 0 0.87 0.50
HSL 76.22º 0.77% 0.28% -
HSV(B) 76.22º 0.87% 0.5% -
XYZ 12.86 18.08 3.34 -
YUV 106.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 98 128 17 0.23 0 0.87 0.50 76.22 0.77 0.28
Hex 62 80 11 17 0 57 32 4C 4D 1C
Octal 142 200 21 27 0 127 62 114 115 34
Binary 1100010 10000000 10001 10111 0 1010111 110010 1001100 1001101 11100

Color Harmonies of #628011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628011

Black with #628011

Text Example


Text Example

White with #628011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628011; }

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

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

background-color css

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

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

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

border-color css

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

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

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