Html Css Color HEX #718519 Olive Drab

📋 copy color: '#718519'

red 113 ◦ green 133 ◦ blue 25

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

Shades of Olive Drab #718519

Tints of Olive Drab #718519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.08%

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

R = 41.7%
G = 49.08%
B = 9.23%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#718519 (or 0x718519) is known color: Olive Drab. HEX triplet: 71, 85 and 19. RGB value is (113,133,25). Sum of RGB (Red+Green+Blue) = 113+133+25=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #718519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #718519 is #8E7AE6. Grayscale: #737373. Windows color (decimal): -9337575 or 1672561. OLE color: 1672561.

HSL color Cylindrical-coordinate representation of color #718519: hue angle of 71.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #718519 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 25 -
CMYK 0.15 0 0.81 0.48
HSL 71.11º 0.68% 0.31% -
HSV(B) 71.11º 0.81% 0.52% -
XYZ 15.37 20.36 4.04 -
YUV 114.71 77.37 126.78 -
System Red Green Blue C M Y K H S L
Decimal 113 133 25 0.15 0 0.81 0.48 71.11 0.68 0.31
Hex 71 85 19 F 0 51 30 47 44 1F
Octal 161 205 31 17 0 121 60 107 104 37
Binary 1110001 10000101 11001 1111 0 1010001 110000 1000111 1000100 11111

Color Harmonies of #718519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718519

Black with #718519

Text Example


Text Example

White with #718519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718519; }

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

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

background-color css

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

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

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

border-color css

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

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

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