Html Css Color HEX #718B19 Olive Drab

📋 copy color: '#718B19'

red 113 ◦ green 139 ◦ blue 25

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

Shades of Olive Drab #718B19

Tints of Olive Drab #718B19

RGB

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

 GREEN value IS 139 (54.69% from 255) = 50.18%

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

R = 40.79%
G = 50.18%
B = 9.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#718B19 (or 0x718B19) is known color: Olive Drab. HEX triplet: 71, 8B and 19. RGB value is (113,139,25). Sum of RGB (Red+Green+Blue) = 113+139+25=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #718B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718B19 is #8E74E6. Grayscale: #767676. Windows color (decimal): -9336039 or 1674097. OLE color: 1674097.

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

Color convert

RGB 113 139 25 -
CMYK 0.19 0 0.82 0.45
HSL 73.68º 0.7% 0.32% -
HSV(B) 73.68º 0.82% 0.55% -
XYZ 16.22 22.05 4.32 -
YUV 118.23 75.39 124.27 -
System Red Green Blue C M Y K H S L
Decimal 113 139 25 0.19 0 0.82 0.45 73.68 0.7 0.32
Hex 71 8B 19 13 0 52 2D 4A 46 20
Octal 161 213 31 23 0 122 55 112 106 40
Binary 1110001 10001011 11001 10011 0 1010010 101101 1001010 1000110 100000

Color Harmonies of #718B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B19

Black with #718B19

Text Example


Text Example

White with #718B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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