Html Css Color HEX #718D19 Olive Drab

📋 copy color: '#718D19'

red 113 ◦ green 141 ◦ blue 25

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

Shades of Olive Drab #718D19

Tints of Olive Drab #718D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.96%

R = 40.5%
G = 50.54%
B = 8.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#718D19 (or 0x718D19) is known color: Olive Drab. HEX triplet: 71, 8D and 19. RGB value is (113,141,25). Sum of RGB (Red+Green+Blue) = 113+141+25=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #718D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718D19 is #8E72E6. Grayscale: #777777. Windows color (decimal): -9335527 or 1674609. OLE color: 1674609.

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

Color convert

RGB 113 141 25 -
CMYK 0.20 0 0.82 0.45
HSL 74.48º 0.7% 0.33% -
HSV(B) 74.48º 0.82% 0.55% -
XYZ 16.51 22.63 4.42 -
YUV 119.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 113 141 25 0.20 0 0.82 0.45 74.48 0.7 0.33
Hex 71 8D 19 14 0 52 2D 4A 46 21
Octal 161 215 31 24 0 122 55 112 106 41
Binary 1110001 10001101 11001 10100 0 1010010 101101 1001010 1000110 100001

Color Harmonies of #718D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718D19

Black with #718D19

Text Example


Text Example

White with #718D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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