Html Css Color HEX #718E38 Olive Drab

📋 copy color: '#718E38'

red 113 ◦ green 142 ◦ blue 56

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

Shades of Olive Drab #718E38

Tints of Olive Drab #718E38

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.66%

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

R = 36.33%
G = 45.66%
B = 18.01%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#718E38 (or 0x718E38) is known color: Olive Drab. HEX triplet: 71, 8E and 38. RGB value is (113,142,56). Sum of RGB (Red+Green+Blue) = 113+142+56=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #718E38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718E38 is #8E71C7. Grayscale: #7B7B7B. Windows color (decimal): -9335240 or 3706481. OLE color: 3706481.

HSL color Cylindrical-coordinate representation of color #718E38: hue angle of 80.23º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #718E38 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 142 56 -
CMYK 0.20 0 0.61 0.44
HSL 80.23º 0.43% 0.39% -
HSV(B) 80.23º 0.61% 0.56% -
XYZ 17.2 23.14 7.3 -
YUV 123.53 89.89 120.49 -
System Red Green Blue C M Y K H S L
Decimal 113 142 56 0.20 0 0.61 0.44 80.23 0.43 0.39
Hex 71 8E 38 14 0 3D 2C 50 2B 27
Octal 161 216 70 24 0 75 54 120 53 47
Binary 1110001 10001110 111000 10100 0 111101 101100 1010000 101011 100111

Color Harmonies of #718E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718E38

Black with #718E38

Text Example


Text Example

White with #718E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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