Html Css Color HEX #719304 Olive

📋 copy color: '#719304'

red 113 ◦ green 147 ◦ blue 4

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

Shades of Olive #719304

Tints of Olive #719304

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.68%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 42.8%
G = 55.68%
B = 1.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#719304 (or 0x719304) is known color: Olive. HEX triplet: 71, 93 and 04. RGB value is (113,147,4). Sum of RGB (Red+Green+Blue) = 113+147+4=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #719304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719304 is #8E6CFB. Grayscale: #797979. Windows color (decimal): -9334012 or 299889. OLE color: 299889.

HSL color Cylindrical-coordinate representation of color #719304: hue angle of 74.27º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #719304 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 4 -
CMYK 0.23 0 0.97 0.42
HSL 74.27º 0.95% 0.3% -
HSV(B) 74.27º 0.97% 0.58% -
XYZ 17.27 24.39 3.91 -
YUV 120.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 113 147 4 0.23 0 0.97 0.42 74.27 0.95 0.3
Hex 71 93 4 17 0 61 2A 4A 5F 1E
Octal 161 223 4 27 0 141 52 112 137 36
Binary 1110001 10010011 100 10111 0 1100001 101010 1001010 1011111 11110

Color Harmonies of #719304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719304

Black with #719304

Text Example


Text Example

White with #719304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719304; }

 p { color: rgb(113,147,4); }

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

background-color css

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

 a { background-color: rgb(113,147,4); }

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

border-color css

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

 span { border-color: rgb(113,147,4); }

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