Html Css Color HEX #718732 Olive Drab

📋 copy color: '#718732'

red 113 ◦ green 135 ◦ blue 50

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

Shades of Olive Drab #718732

Tints of Olive Drab #718732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 37.92%
G = 45.3%
B = 16.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#718732 (or 0x718732) is known color: Olive Drab. HEX triplet: 71, 87 and 32. RGB value is (113,135,50). Sum of RGB (Red+Green+Blue) = 113+135+50=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #718732 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718732 is #8E78CD. Grayscale: #777777. Windows color (decimal): -9337038 or 3311473. OLE color: 3311473.

HSL color Cylindrical-coordinate representation of color #718732: hue angle of 75.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #718732 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 135 50 -
CMYK 0.16 0 0.63 0.47
HSL 75.53º 0.46% 0.36% -
HSV(B) 75.53º 0.63% 0.53% -
XYZ 16.05 21.07 6.24 -
YUV 118.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 113 135 50 0.16 0 0.63 0.47 75.53 0.46 0.36
Hex 71 87 32 10 0 3F 2F 4C 2E 24
Octal 161 207 62 20 0 77 57 114 56 44
Binary 1110001 10000111 110010 10000 0 111111 101111 1001100 101110 100100

Color Harmonies of #718732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718732

Black with #718732

Text Example


Text Example

White with #718732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718732; }

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

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

background-color css

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

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

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

border-color css

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

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

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