Html Css Color HEX #718D2E Olive Drab

📋 copy color: '#718D2E'

red 113 ◦ green 141 ◦ blue 46

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

Shades of Olive Drab #718D2E

Tints of Olive Drab #718D2E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 47%

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 37.67%
G = 47%
B = 15.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#718D2E (or 0x718D2E) is known color: Olive Drab. HEX triplet: 71, 8D and 2E. RGB value is (113,141,46). Sum of RGB (Red+Green+Blue) = 113+141+46=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #718D2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D2E is #8E72D1. Grayscale: #7A7A7A. Windows color (decimal): -9335506 or 3050865. OLE color: 3050865.

HSL color Cylindrical-coordinate representation of color #718D2E: hue angle of 77.68º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #718D2E is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 141 46 -
CMYK 0.20 0 0.67 0.45
HSL 77.68º 0.51% 0.37% -
HSV(B) 77.68º 0.67% 0.55% -
XYZ 16.83 22.76 6.09 -
YUV 121.8 85.22 121.72 -
System Red Green Blue C M Y K H S L
Decimal 113 141 46 0.20 0 0.67 0.45 77.68 0.51 0.37
Hex 71 8D 2E 14 0 43 2D 4E 33 25
Octal 161 215 56 24 0 103 55 116 63 45
Binary 1110001 10001101 101110 10100 0 1000011 101101 1001110 110011 100101

Color Harmonies of #718D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D2E

Black with #718D2E

Text Example


Text Example

White with #718D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,141,46); }

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

background-color css

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

 a { background-color: rgb(113,141,46); }

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

border-color css

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

 span { border-color: rgb(113,141,46); }

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