Html Css Color HEX #628720 Olive Drab

📋 copy color: '#628720'

red 98 ◦ green 135 ◦ blue 32

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

Shades of Olive Drab #628720

Tints of Olive Drab #628720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 50.94%

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

R = 36.98%
G = 50.94%
B = 12.08%

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

#628720 (or 0x628720) is known color: Olive Drab. HEX triplet: 62, 87 and 20. RGB value is (98,135,32). Sum of RGB (Red+Green+Blue) = 98+135+32=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 135 (53.12% from 255 or 50.94% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 135 - color contains mainly: green. Hex color #628720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628720 is #9D78DF. Grayscale: #707070. Windows color (decimal): -10320096 or 2131810. OLE color: 2131810.

HSL color Cylindrical-coordinate representation of color #628720: hue angle of 81.55º degrees, saturation: 0.62, 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 #628720 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 135 32 -
CMYK 0.27 0 0.76 0.47
HSL 81.55º 0.62% 0.33% -
HSV(B) 81.55º 0.76% 0.53% -
XYZ 13.96 20.03 4.5 -
YUV 112.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 98 135 32 0.27 0 0.76 0.47 81.55 0.62 0.33
Hex 62 87 20 1B 0 4C 2F 52 3E 21
Octal 142 207 40 33 0 114 57 122 76 41
Binary 1100010 10000111 100000 11011 0 1001100 101111 1010010 111110 100001

Color Harmonies of #628720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628720

Black with #628720

Text Example


Text Example

White with #628720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628720; }

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

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

background-color css

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

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

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

border-color css

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

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

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