Html Css Color HEX #719101 Olive

📋 copy color: '#719101'

red 113 ◦ green 145 ◦ blue 1

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

Shades of Olive #719101

Tints of Olive #719101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.98%

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

R = 43.63%
G = 55.98%
B = 0.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#719101 (or 0x719101) is known color: Olive. HEX triplet: 71, 91 and 01. RGB value is (113,145,1). Sum of RGB (Red+Green+Blue) = 113+145+1=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 145 (57.03% from 255 or 55.98% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 145 - color contains mainly: green. Hex color #719101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719101 is #8E6EFE. Grayscale: #777777. Windows color (decimal): -9334527 or 102769. OLE color: 102769.

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

Color convert

RGB 113 145 1 -
CMYK 0.22 0 0.99 0.43
HSL 73.33º 0.99% 0.29% -
HSV(B) 73.33º 0.99% 0.57% -
XYZ 16.94 23.76 3.72 -
YUV 119.02 61.4 123.71 -
System Red Green Blue C M Y K H S L
Decimal 113 145 1 0.22 0 0.99 0.43 73.33 0.99 0.29
Hex 71 91 1 16 0 63 2B 49 63 1D
Octal 161 221 1 26 0 143 53 111 143 35
Binary 1110001 10010001 1 10110 0 1100011 101011 1001001 1100011 11101

Color Harmonies of #719101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719101

Black with #719101

Text Example


Text Example

White with #719101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719101; }

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

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

background-color css

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

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

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

border-color css

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

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

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