Html Css Color HEX #718436 Olive Drab

📋 copy color: '#718436'

red 113 ◦ green 132 ◦ blue 54

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

Shades of Olive Drab #718436

Tints of Olive Drab #718436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.06%

R = 37.79%
G = 44.15%
B = 18.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#718436 (or 0x718436) is known color: Olive Drab. HEX triplet: 71, 84 and 36. RGB value is (113,132,54). Sum of RGB (Red+Green+Blue) = 113+132+54=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #718436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718436 is #8E7BC9. Grayscale: #757575. Windows color (decimal): -9337802 or 3572849. OLE color: 3572849.

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

Color convert

RGB 113 132 54 -
CMYK 0.14 0 0.59 0.48
HSL 74.62º 0.42% 0.36% -
HSV(B) 74.62º 0.59% 0.52% -
XYZ 15.73 20.28 6.58 -
YUV 117.43 92.21 124.84 -
System Red Green Blue C M Y K H S L
Decimal 113 132 54 0.14 0 0.59 0.48 74.62 0.42 0.36
Hex 71 84 36 E 0 3B 30 4B 2A 24
Octal 161 204 66 16 0 73 60 113 52 44
Binary 1110001 10000100 110110 1110 0 111011 110000 1001011 101010 100100

Color Harmonies of #718436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718436

Black with #718436

Text Example


Text Example

White with #718436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718436; }

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

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

background-color css

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

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

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

border-color css

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

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

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