Html Css Color HEX #719579 Oxley

📋 copy color: '#719579'

red 113 ◦ green 149 ◦ blue 121

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

Shades of Oxley #719579

Tints of Oxley #719579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

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

R = 29.5%
G = 38.9%
B = 31.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#719579 (or 0x719579) is known color: Oxley. HEX triplet: 71, 95 and 79. RGB value is (113,149,121). Sum of RGB (Red+Green+Blue) = 113+149+121=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #719579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719579 is #8E6A86. Grayscale: #878787. Windows color (decimal): -9333383 or 7968113. OLE color: 7968113.

HSL color Cylindrical-coordinate representation of color #719579: hue angle of 133.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #719579 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 121 -
CMYK 0.24 0 0.19 0.42
HSL 133.33º 0.15% 0.51% -
HSV(B) 133.33º 0.24% 0.58% -
XYZ 21.01 26.39 22.07 -
YUV 135.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 113 149 121 0.24 0 0.19 0.42 133.33 0.15 0.51
Hex 71 95 79 18 0 13 2A 85 F 33
Octal 161 225 171 30 0 23 52 205 17 63
Binary 1110001 10010101 1111001 11000 0 10011 101010 10000101 1111 110011

Color Harmonies of #719579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719579

Black with #719579

Text Example


Text Example

White with #719579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719579; }

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

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

background-color css

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

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

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

border-color css

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

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

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