Html Css Color HEX #718919 Olive Drab

📋 copy color: '#718919'

red 113 ◦ green 137 ◦ blue 25

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

Shades of Olive Drab #718919

Tints of Olive Drab #718919

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

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

R = 41.09%
G = 49.82%
B = 9.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#718919 (or 0x718919) is known color: Olive Drab. HEX triplet: 71, 89 and 19. RGB value is (113,137,25). Sum of RGB (Red+Green+Blue) = 113+137+25=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #718919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718919 is #8E76E6. Grayscale: #757575. Windows color (decimal): -9336551 or 1673585. OLE color: 1673585.

HSL color Cylindrical-coordinate representation of color #718919: hue angle of 72.86º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #718919 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 137 25 -
CMYK 0.18 0 0.82 0.46
HSL 72.86º 0.69% 0.32% -
HSV(B) 72.86º 0.82% 0.54% -
XYZ 15.93 21.47 4.22 -
YUV 117.06 76.05 125.11 -
System Red Green Blue C M Y K H S L
Decimal 113 137 25 0.18 0 0.82 0.46 72.86 0.69 0.32
Hex 71 89 19 12 0 52 2E 49 45 20
Octal 161 211 31 22 0 122 56 111 105 40
Binary 1110001 10001001 11001 10010 0 1010010 101110 1001001 1000101 100000

Color Harmonies of #718919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718919

Black with #718919

Text Example


Text Example

White with #718919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718919; }

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

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

background-color css

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

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

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

border-color css

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

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

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