Html Css Color HEX #628013 Olive Drab

📋 copy color: '#628013'

red 98 ◦ green 128 ◦ blue 19

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

Shades of Olive Drab #628013

Tints of Olive Drab #628013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 40%
G = 52.24%
B = 7.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.50

RGB Variations

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

Color information

#628013 (or 0x628013) is known color: Olive Drab. HEX triplet: 62, 80 and 13. RGB value is (98,128,19). Sum of RGB (Red+Green+Blue) = 98+128+19=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #628013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628013 is #9D7FEC. Grayscale: #6B6B6B. Windows color (decimal): -10321901 or 1278050. OLE color: 1278050.

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

Color convert

RGB 98 128 19 -
CMYK 0.23 0 0.85 0.50
HSL 76.51º 0.74% 0.29% -
HSV(B) 76.51º 0.85% 0.5% -
XYZ 12.87 18.08 3.43 -
YUV 106.6 78.56 121.86 -
System Red Green Blue C M Y K H S L
Decimal 98 128 19 0.23 0 0.85 0.50 76.51 0.74 0.29
Hex 62 80 13 17 0 55 32 4D 4A 1D
Octal 142 200 23 27 0 125 62 115 112 35
Binary 1100010 10000000 10011 10111 0 1010101 110010 1001101 1001010 11101

Color Harmonies of #628013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628013

Black with #628013

Text Example


Text Example

White with #628013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628013; }

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

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

background-color css

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

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

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

border-color css

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

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

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