Html Css Color HEX #719005 Olive

📋 copy color: '#719005'

red 113 ◦ green 144 ◦ blue 5

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

Shades of Olive #719005

Tints of Olive #719005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.96%

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 43.13%
G = 54.96%
B = 1.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#719005 (or 0x719005) is known color: Olive. HEX triplet: 71, 90 and 05. RGB value is (113,144,5). Sum of RGB (Red+Green+Blue) = 113+144+5=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #719005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719005 is #8E6FFA. Grayscale: #777777. Windows color (decimal): -9334779 or 364657. OLE color: 364657.

HSL color Cylindrical-coordinate representation of color #719005: hue angle of 73.38º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #719005 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 144 5 -
CMYK 0.22 0 0.97 0.44
HSL 73.38º 0.93% 0.29% -
HSV(B) 73.38º 0.97% 0.56% -
XYZ 16.81 23.47 3.79 -
YUV 118.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 113 144 5 0.22 0 0.97 0.44 73.38 0.93 0.29
Hex 71 90 5 16 0 61 2C 49 5D 1D
Octal 161 220 5 26 0 141 54 111 135 35
Binary 1110001 10010000 101 10110 0 1100001 101100 1001001 1011101 11101

Color Harmonies of #719005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719005

Black with #719005

Text Example


Text Example

White with #719005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719005; }

 p { color: rgb(113,144,5); }

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

background-color css

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

 a { background-color: rgb(113,144,5); }

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

border-color css

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

 span { border-color: rgb(113,144,5); }

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