Html Css Color HEX #719500 Olive

📋 copy color: '#719500'

red 113 ◦ green 149 ◦ blue 0

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

Shades of Olive #719500

Tints of Olive #719500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.13%
G = 56.87%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#719500 (or 0x719500) is known color: Olive. HEX triplet: 71, 95 and 00. RGB value is (113,149,0). Sum of RGB (Red+Green+Blue) = 113+149+0=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #719500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719500 is #8E6AFF. Grayscale: #797979. Windows color (decimal): -9333504 or 38257. OLE color: 38257.

HSL color Cylindrical-coordinate representation of color #719500: hue angle of 74.5º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #719500 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 0 -
CMYK 0.24 0 1 0.42
HSL 74.5º 1% 0.29% -
HSV(B) 74.5º 1% 0.58% -
XYZ 17.56 25.01 3.9 -
YUV 121.25 59.57 122.12 -
System Red Green Blue C M Y K H S L
Decimal 113 149 0 0.24 0 1 0.42 74.5 1 0.29
Hex 71 95 0 18 0 64 2A 4A 64 1D
Octal 161 225 0 30 0 144 52 112 144 35
Binary 1110001 10010101 0 11000 0 1100100 101010 1001010 1100100 11101

Color Harmonies of #719500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719500

Black with #719500

Text Example


Text Example

White with #719500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719500; }

 p { color: rgb(113,149,0); }

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

background-color css

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

 a { background-color: rgb(113,149,0); }

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

border-color css

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

 span { border-color: rgb(113,149,0); }

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