Html Css Color HEX #719301 Olive

📋 copy color: '#719301'

red 113 ◦ green 147 ◦ blue 1

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

Shades of Olive #719301

Tints of Olive #719301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 43.3%
G = 56.32%
B = 0.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#719301 (or 0x719301) is known color: Olive. HEX triplet: 71, 93 and 01. RGB value is (113,147,1). Sum of RGB (Red+Green+Blue) = 113+147+1=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #719301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719301 is #8E6CFE. Grayscale: #787878. Windows color (decimal): -9334015 or 103281. OLE color: 103281.

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

Color convert

RGB 113 147 1 -
CMYK 0.23 0 0.99 0.42
HSL 73.97º 0.99% 0.29% -
HSV(B) 73.97º 0.99% 0.58% -
XYZ 17.25 24.38 3.83 -
YUV 120.19 60.74 122.87 -
System Red Green Blue C M Y K H S L
Decimal 113 147 1 0.23 0 0.99 0.42 73.97 0.99 0.29
Hex 71 93 1 17 0 63 2A 4A 63 1D
Octal 161 223 1 27 0 143 52 112 143 35
Binary 1110001 10010011 1 10111 0 1100011 101010 1001010 1100011 11101

Color Harmonies of #719301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719301

Black with #719301

Text Example


Text Example

White with #719301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719301; }

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

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

background-color css

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

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

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

border-color css

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

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

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