Html Css Color HEX #719179 Oxley

📋 copy color: '#719179'

red 113 ◦ green 145 ◦ blue 121

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

Shades of Oxley #719179

Tints of Oxley #719179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.93%

R = 29.82%
G = 38.26%
B = 31.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#719179 (or 0x719179) is known color: Oxley. HEX triplet: 71, 91 and 79. RGB value is (113,145,121). Sum of RGB (Red+Green+Blue) = 113+145+121=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 145 - color contains mainly: green. Hex color #719179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719179 is #8E6E86. Grayscale: #848484. Windows color (decimal): -9334407 or 7967089. OLE color: 7967089.

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

Color convert

RGB 113 145 121 -
CMYK 0.22 0 0.17 0.43
HSL 135º 0.13% 0.51% -
HSV(B) 135º 0.22% 0.57% -
XYZ 20.39 25.14 21.87 -
YUV 132.7 121.4 113.95 -
System Red Green Blue C M Y K H S L
Decimal 113 145 121 0.22 0 0.17 0.43 135 0.13 0.51
Hex 71 91 79 16 0 11 2B 87 D 33
Octal 161 221 171 26 0 21 53 207 15 63
Binary 1110001 10010001 1111001 10110 0 10001 101011 10000111 1101 110011

Color Harmonies of #719179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719179

Black with #719179

Text Example


Text Example

White with #719179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719179; }

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

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

background-color css

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

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

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

border-color css

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

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

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