Html Css Color HEX #718931 Olive Drab

📋 copy color: '#718931'

red 113 ◦ green 137 ◦ blue 49

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

Shades of Olive Drab #718931

Tints of Olive Drab #718931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.82%

 BLUE value IS 49 (19.53% from 255) = 16.39%

R = 37.79%
G = 45.82%
B = 16.39%

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

#718931 (or 0x718931) is known color: Olive Drab. HEX triplet: 71, 89 and 31. RGB value is (113,137,49). Sum of RGB (Red+Green+Blue) = 113+137+49=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 137 - color contains mainly: green. Hex color #718931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718931 is #8E76CE. Grayscale: #787878. Windows color (decimal): -9336527 or 3246449. OLE color: 3246449.

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

Color convert

RGB 113 137 49 -
CMYK 0.18 0 0.64 0.46
HSL 76.36º 0.47% 0.36% -
HSV(B) 76.36º 0.64% 0.54% -
XYZ 16.31 21.62 6.22 -
YUV 119.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 113 137 49 0.18 0 0.64 0.46 76.36 0.47 0.36
Hex 71 89 31 12 0 40 2E 4C 2F 24
Octal 161 211 61 22 0 100 56 114 57 44
Binary 1110001 10001001 110001 10010 0 1000000 101110 1001100 101111 100100

Color Harmonies of #718931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718931

Black with #718931

Text Example


Text Example

White with #718931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718931; }

 p { color: rgb(113,137,49); }

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

background-color css

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

 a { background-color: rgb(113,137,49); }

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

border-color css

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

 span { border-color: rgb(113,137,49); }

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