Html Css Color HEX #628014 Olive Drab

📋 copy color: '#628014'

red 98 ◦ green 128 ◦ blue 20

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

Shades of Olive Drab #628014

Tints of Olive Drab #628014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 39.84%
G = 52.03%
B = 8.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#628014 (or 0x628014) is known color: Olive Drab. HEX triplet: 62, 80 and 14. RGB value is (98,128,20). Sum of RGB (Red+Green+Blue) = 98+128+20=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #628014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628014 is #9D7FEB. Grayscale: #6B6B6B. Windows color (decimal): -10321900 or 1343586. OLE color: 1343586.

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

Color convert

RGB 98 128 20 -
CMYK 0.23 0 0.84 0.50
HSL 76.67º 0.73% 0.29% -
HSV(B) 76.67º 0.84% 0.5% -
XYZ 12.88 18.09 3.47 -
YUV 106.72 79.06 121.78 -
System Red Green Blue C M Y K H S L
Decimal 98 128 20 0.23 0 0.84 0.50 76.67 0.73 0.29
Hex 62 80 14 17 0 54 32 4D 49 1D
Octal 142 200 24 27 0 124 62 115 111 35
Binary 1100010 10000000 10100 10111 0 1010100 110010 1001101 1001001 11101

Color Harmonies of #628014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628014

Black with #628014

Text Example


Text Example

White with #628014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628014; }

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

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

background-color css

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

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

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

border-color css

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

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

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