Html Css Color HEX #718834 Olive Drab

📋 copy color: '#718834'

red 113 ◦ green 136 ◦ blue 52

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

Shades of Olive Drab #718834

Tints of Olive Drab #718834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 37.54%
G = 45.18%
B = 17.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#718834 (or 0x718834) is known color: Olive Drab. HEX triplet: 71, 88 and 34. RGB value is (113,136,52). Sum of RGB (Red+Green+Blue) = 113+136+52=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #718834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718834 is #8E77CB. Grayscale: #777777. Windows color (decimal): -9336780 or 3442801. OLE color: 3442801.

HSL color Cylindrical-coordinate representation of color #718834: hue angle of 76.43º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #718834 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 136 52 -
CMYK 0.17 0 0.62 0.47
HSL 76.43º 0.45% 0.37% -
HSV(B) 76.43º 0.62% 0.53% -
XYZ 16.23 21.37 6.52 -
YUV 119.55 89.88 123.33 -
System Red Green Blue C M Y K H S L
Decimal 113 136 52 0.17 0 0.62 0.47 76.43 0.45 0.37
Hex 71 88 34 11 0 3E 2F 4C 2D 25
Octal 161 210 64 21 0 76 57 114 55 45
Binary 1110001 10001000 110100 10001 0 111110 101111 1001100 101101 100101

Color Harmonies of #718834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718834

Black with #718834

Text Example


Text Example

White with #718834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718834; }

 p { color: rgb(113,136,52); }

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

background-color css

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

 a { background-color: rgb(113,136,52); }

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

border-color css

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

 span { border-color: rgb(113,136,52); }

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