Html Css Color HEX #718720 Olive Drab

📋 copy color: '#718720'

red 113 ◦ green 135 ◦ blue 32

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

Shades of Olive Drab #718720

Tints of Olive Drab #718720

RGB

 RED value IS 113 (44.53% from 255) = 40.36%

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

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

R = 40.36%
G = 48.21%
B = 11.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#718720 (or 0x718720) is known color: Olive Drab. HEX triplet: 71, 87 and 20. RGB value is (113,135,32). Sum of RGB (Red+Green+Blue) = 113+135+32=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 135 (53.12% from 255 or 48.21% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 135 - color contains mainly: green. Hex color #718720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718720 is #8E78DF. Grayscale: #757575. Windows color (decimal): -9337056 or 2131825. OLE color: 2131825.

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

Color convert

RGB 113 135 32 -
CMYK 0.16 0 0.76 0.47
HSL 72.82º 0.62% 0.33% -
HSV(B) 72.82º 0.76% 0.53% -
XYZ 15.73 20.94 4.58 -
YUV 116.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 113 135 32 0.16 0 0.76 0.47 72.82 0.62 0.33
Hex 71 87 20 10 0 4C 2F 49 3E 21
Octal 161 207 40 20 0 114 57 111 76 41
Binary 1110001 10000111 100000 10000 0 1001100 101111 1001001 111110 100001

Color Harmonies of #718720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718720

Black with #718720

Text Example


Text Example

White with #718720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718720; }

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

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

background-color css

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

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

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

border-color css

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

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

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