Html Css Color HEX #628513 Olive Drab

📋 copy color: '#628513'

red 98 ◦ green 133 ◦ blue 19

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

Shades of Olive Drab #628513

Tints of Olive Drab #628513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

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

R = 39.2%
G = 53.2%
B = 7.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#628513 (or 0x628513) is known color: Olive Drab. HEX triplet: 62, 85 and 13. RGB value is (98,133,19). Sum of RGB (Red+Green+Blue) = 98+133+19=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #628513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #628513 is #9D7AEC. Grayscale: #6D6D6D. Windows color (decimal): -10320621 or 1279330. OLE color: 1279330.

HSL color Cylindrical-coordinate representation of color #628513: hue angle of 78.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #628513 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 133 19 -
CMYK 0.26 0 0.86 0.48
HSL 78.42º 0.75% 0.3% -
HSV(B) 78.42º 0.86% 0.52% -
XYZ 13.54 19.42 3.65 -
YUV 109.54 76.9 119.77 -
System Red Green Blue C M Y K H S L
Decimal 98 133 19 0.26 0 0.86 0.48 78.42 0.75 0.3
Hex 62 85 13 1A 0 56 30 4E 4B 1E
Octal 142 205 23 32 0 126 60 116 113 36
Binary 1100010 10000101 10011 11010 0 1010110 110000 1001110 1001011 11110

Color Harmonies of #628513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628513

Black with #628513

Text Example


Text Example

White with #628513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628513; }

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

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

background-color css

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

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

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

border-color css

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

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

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