Html Css Color HEX #718437 Olive Drab

📋 copy color: '#718437'

red 113 ◦ green 132 ◦ blue 55

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

Shades of Olive Drab #718437

Tints of Olive Drab #718437

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44%

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

R = 37.67%
G = 44%
B = 18.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#718437 (or 0x718437) is known color: Olive Drab. HEX triplet: 71, 84 and 37. RGB value is (113,132,55). Sum of RGB (Red+Green+Blue) = 113+132+55=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 132 - color contains mainly: green. Hex color #718437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718437 is #8E7BC8. Grayscale: #757575. Windows color (decimal): -9337801 or 3638385. OLE color: 3638385.

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

Color convert

RGB 113 132 55 -
CMYK 0.14 0 0.58 0.48
HSL 74.81º 0.41% 0.37% -
HSV(B) 74.81º 0.58% 0.52% -
XYZ 15.75 20.29 6.7 -
YUV 117.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 113 132 55 0.14 0 0.58 0.48 74.81 0.41 0.37
Hex 71 84 37 E 0 3A 30 4B 29 25
Octal 161 204 67 16 0 72 60 113 51 45
Binary 1110001 10000100 110111 1110 0 111010 110000 1001011 101001 100101

Color Harmonies of #718437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718437

Black with #718437

Text Example


Text Example

White with #718437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718437; }

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

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

background-color css

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

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

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

border-color css

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

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

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