Html Css Color HEX #718337 Olive Drab

📋 copy color: '#718337'

red 113 ◦ green 131 ◦ blue 55

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

Shades of Olive Drab #718337

Tints of Olive Drab #718337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 37.79%
G = 43.81%
B = 18.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#718337 (or 0x718337) is known color: Olive Drab. HEX triplet: 71, 83 and 37. RGB value is (113,131,55). Sum of RGB (Red+Green+Blue) = 113+131+55=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #718337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718337 is #8E7CC8. Grayscale: #757575. Windows color (decimal): -9338057 or 3638129. OLE color: 3638129.

HSL color Cylindrical-coordinate representation of color #718337: hue angle of 74.21º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #718337 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 55 -
CMYK 0.14 0 0.58 0.49
HSL 74.21º 0.41% 0.36% -
HSV(B) 74.21º 0.58% 0.51% -
XYZ 15.62 20.02 6.66 -
YUV 116.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 113 131 55 0.14 0 0.58 0.49 74.21 0.41 0.36
Hex 71 83 37 E 0 3A 31 4A 29 24
Octal 161 203 67 16 0 72 61 112 51 44
Binary 1110001 10000011 110111 1110 0 111010 110001 1001010 101001 100100

Color Harmonies of #718337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718337

Black with #718337

Text Example


Text Example

White with #718337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718337; }

 p { color: rgb(113,131,55); }

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

background-color css

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

 a { background-color: rgb(113,131,55); }

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

border-color css

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

 span { border-color: rgb(113,131,55); }

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