Html Css Color HEX #718538 Olive Drab

📋 copy color: '#718538'

red 113 ◦ green 133 ◦ blue 56

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

Shades of Olive Drab #718538

Tints of Olive Drab #718538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 37.42%
G = 44.04%
B = 18.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#718538 (or 0x718538) is known color: Olive Drab. HEX triplet: 71, 85 and 38. RGB value is (113,133,56). Sum of RGB (Red+Green+Blue) = 113+133+56=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #718538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718538 is #8E7AC7. Grayscale: #767676. Windows color (decimal): -9337544 or 3704177. OLE color: 3704177.

HSL color Cylindrical-coordinate representation of color #718538: hue angle of 75.58º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #718538 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 56 -
CMYK 0.15 0 0.58 0.48
HSL 75.58º 0.41% 0.37% -
HSV(B) 75.58º 0.58% 0.52% -
XYZ 15.91 20.57 6.87 -
YUV 118.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 113 133 56 0.15 0 0.58 0.48 75.58 0.41 0.37
Hex 71 85 38 F 0 3A 30 4C 29 25
Octal 161 205 70 17 0 72 60 114 51 45
Binary 1110001 10000101 111000 1111 0 111010 110000 1001100 101001 100101

Color Harmonies of #718538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718538

Black with #718538

Text Example


Text Example

White with #718538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718538; }

 p { color: rgb(113,133,56); }

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

background-color css

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

 a { background-color: rgb(113,133,56); }

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

border-color css

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

 span { border-color: rgb(113,133,56); }

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