Html Css Color HEX #718A32 Olive Drab

📋 copy color: '#718A32'

red 113 ◦ green 138 ◦ blue 50

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

Shades of Olive Drab #718A32

Tints of Olive Drab #718A32

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.85%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 37.54%
G = 45.85%
B = 16.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#718A32 (or 0x718A32) is known color: Olive Drab. HEX triplet: 71, 8A and 32. RGB value is (113,138,50). Sum of RGB (Red+Green+Blue) = 113+138+50=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 138 - color contains mainly: green. Hex color #718A32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A32 is #8E75CD. Grayscale: #787878. Windows color (decimal): -9336270 or 3312241. OLE color: 3312241.

HSL color Cylindrical-coordinate representation of color #718A32: hue angle of 77.05º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #718A32 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 50 -
CMYK 0.18 0 0.64 0.46
HSL 77.05º 0.47% 0.37% -
HSV(B) 77.05º 0.64% 0.54% -
XYZ 16.47 21.92 6.38 -
YUV 120.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 113 138 50 0.18 0 0.64 0.46 77.05 0.47 0.37
Hex 71 8A 32 12 0 40 2E 4D 2F 25
Octal 161 212 62 22 0 100 56 115 57 45
Binary 1110001 10001010 110010 10010 0 1000000 101110 1001101 101111 100101

Color Harmonies of #718A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A32

Black with #718A32

Text Example


Text Example

White with #718A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718A32; }

 p { color: rgb(113,138,50); }

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

background-color css

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

 a { background-color: rgb(113,138,50); }

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

border-color css

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

 span { border-color: rgb(113,138,50); }

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