Html Css Color HEX #718736 Olive Drab

📋 copy color: '#718736'

red 113 ◦ green 135 ◦ blue 54

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

Shades of Olive Drab #718736

Tints of Olive Drab #718736

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.7%

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

R = 37.42%
G = 44.7%
B = 17.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#718736 (or 0x718736) is known color: Olive Drab. HEX triplet: 71, 87 and 36. RGB value is (113,135,54). Sum of RGB (Red+Green+Blue) = 113+135+54=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #718736 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718736 is #8E78C9. Grayscale: #777777. Windows color (decimal): -9337034 or 3573617. OLE color: 3573617.

HSL color Cylindrical-coordinate representation of color #718736: hue angle of 76.3º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #718736 is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 54 -
CMYK 0.16 0 0.60 0.47
HSL 76.3º 0.43% 0.37% -
HSV(B) 76.3º 0.6% 0.53% -
XYZ 16.14 21.11 6.71 -
YUV 119.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 113 135 54 0.16 0 0.60 0.47 76.3 0.43 0.37
Hex 71 87 36 10 0 3C 2F 4C 2B 25
Octal 161 207 66 20 0 74 57 114 53 45
Binary 1110001 10000111 110110 10000 0 111100 101111 1001100 101011 100101

Color Harmonies of #718736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718736

Black with #718736

Text Example


Text Example

White with #718736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718736; }

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

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

background-color css

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

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

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

border-color css

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

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

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