Html Css Color HEX #628620 Olive Drab

📋 copy color: '#628620'

red 98 ◦ green 134 ◦ blue 32

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

Shades of Olive Drab #628620

Tints of Olive Drab #628620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.76%

 BLUE value IS 32 (12.89% from 255) = 12.12%

R = 37.12%
G = 50.76%
B = 12.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#628620 (or 0x628620) is known color: Olive Drab. HEX triplet: 62, 86 and 20. RGB value is (98,134,32). Sum of RGB (Red+Green+Blue) = 98+134+32=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 134 (52.73% from 255 or 50.76% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 134 - color contains mainly: green. Hex color #628620 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628620 is #9D79DF. Grayscale: #6F6F6F. Windows color (decimal): -10320352 or 2131554. OLE color: 2131554.

HSL color Cylindrical-coordinate representation of color #628620: hue angle of 81.18º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #628620 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 134 32 -
CMYK 0.27 0 0.76 0.47
HSL 81.18º 0.61% 0.33% -
HSV(B) 81.18º 0.76% 0.53% -
XYZ 13.82 19.75 4.45 -
YUV 111.61 83.07 118.29 -
System Red Green Blue C M Y K H S L
Decimal 98 134 32 0.27 0 0.76 0.47 81.18 0.61 0.33
Hex 62 86 20 1B 0 4C 2F 51 3D 21
Octal 142 206 40 33 0 114 57 121 75 41
Binary 1100010 10000110 100000 11011 0 1001100 101111 1010001 111101 100001

Color Harmonies of #628620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628620

Black with #628620

Text Example


Text Example

White with #628620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628620; }

 p { color: rgb(98,134,32); }

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

background-color css

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

 a { background-color: rgb(98,134,32); }

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

border-color css

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

 span { border-color: rgb(98,134,32); }

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