Html Css Color HEX #718A39 Olive Drab

📋 copy color: '#718A39'

red 113 ◦ green 138 ◦ blue 57

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

Shades of Olive Drab #718A39

Tints of Olive Drab #718A39

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.81%

 BLUE value IS 57 (22.66% from 255) = 18.51%

R = 36.69%
G = 44.81%
B = 18.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#718A39 (or 0x718A39) is known color: Olive Drab. HEX triplet: 71, 8A and 39. RGB value is (113,138,57). Sum of RGB (Red+Green+Blue) = 113+138+57=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 138 (54.30% from 255 or 44.81% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 138 - color contains mainly: green. Hex color #718A39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A39 is #8E75C6. Grayscale: #797979. Windows color (decimal): -9336263 or 3770993. OLE color: 3770993.

HSL color Cylindrical-coordinate representation of color #718A39: hue angle of 78.52º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #718A39 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 57 -
CMYK 0.18 0 0.59 0.46
HSL 78.52º 0.42% 0.38% -
HSV(B) 78.52º 0.59% 0.54% -
XYZ 16.64 21.98 7.24 -
YUV 121.29 91.72 122.09 -
System Red Green Blue C M Y K H S L
Decimal 113 138 57 0.18 0 0.59 0.46 78.52 0.42 0.38
Hex 71 8A 39 12 0 3B 2E 4F 2A 26
Octal 161 212 71 22 0 73 56 117 52 46
Binary 1110001 10001010 111001 10010 0 111011 101110 1001111 101010 100110

Color Harmonies of #718A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A39

Black with #718A39

Text Example


Text Example

White with #718A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,138,57); }

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

background-color css

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

 a { background-color: rgb(113,138,57); }

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

border-color css

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

 span { border-color: rgb(113,138,57); }

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