Html Css Color HEX #718D23 Olive Drab

📋 copy color: '#718D23'

red 113 ◦ green 141 ◦ blue 35

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

Shades of Olive Drab #718D23

Tints of Olive Drab #718D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.11%

R = 39.1%
G = 48.79%
B = 12.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#718D23 (or 0x718D23) is known color: Olive Drab. HEX triplet: 71, 8D and 23. RGB value is (113,141,35). Sum of RGB (Red+Green+Blue) = 113+141+35=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 141 (55.47% from 255 or 48.79% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 141 - color contains mainly: green. Hex color #718D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718D23 is #8E72DC. Grayscale: #787878. Windows color (decimal): -9335517 or 2329969. OLE color: 2329969.

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

Color convert

RGB 113 141 35 -
CMYK 0.20 0 0.75 0.45
HSL 75.85º 0.6% 0.35% -
HSV(B) 75.85º 0.75% 0.55% -
XYZ 16.64 22.68 5.09 -
YUV 120.54 79.72 122.62 -
System Red Green Blue C M Y K H S L
Decimal 113 141 35 0.20 0 0.75 0.45 75.85 0.6 0.35
Hex 71 8D 23 14 0 4B 2D 4C 3C 23
Octal 161 215 43 24 0 113 55 114 74 43
Binary 1110001 10001101 100011 10100 0 1001011 101101 1001100 111100 100011

Color Harmonies of #718D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D23

Black with #718D23

Text Example


Text Example

White with #718D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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