Html Css Color HEX #718232 Olive Drab

📋 copy color: '#718232'

red 113 ◦ green 130 ◦ blue 50

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

Shades of Olive Drab #718232

Tints of Olive Drab #718232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.37%

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

R = 38.57%
G = 44.37%
B = 17.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#718232 (or 0x718232) is known color: Olive Drab. HEX triplet: 71, 82 and 32. RGB value is (113,130,50). Sum of RGB (Red+Green+Blue) = 113+130+50=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 130 - color contains mainly: green. Hex color #718232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718232 is #8E7DCD. Grayscale: #747474. Windows color (decimal): -9338318 or 3310193. OLE color: 3310193.

HSL color Cylindrical-coordinate representation of color #718232: hue angle of 72.75º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #718232 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 50 -
CMYK 0.13 0 0.62 0.49
HSL 72.75º 0.44% 0.35% -
HSV(B) 72.75º 0.62% 0.51% -
XYZ 15.37 19.71 6.01 -
YUV 115.8 90.87 126 -
System Red Green Blue C M Y K H S L
Decimal 113 130 50 0.13 0 0.62 0.49 72.75 0.44 0.35
Hex 71 82 32 D 0 3E 31 49 2C 23
Octal 161 202 62 15 0 76 61 111 54 43
Binary 1110001 10000010 110010 1101 0 111110 110001 1001001 101100 100011

Color Harmonies of #718232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718232

Black with #718232

Text Example


Text Example

White with #718232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718232; }

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

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

background-color css

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

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

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

border-color css

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

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

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