Html Css Color HEX #719F82 Oxley

📋 copy color: '#719F82'

red 113 ◦ green 159 ◦ blue 130

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

Shades of Oxley #719F82

Tints of Oxley #719F82

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.55%

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 28.11%
G = 39.55%
B = 32.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#719F82 (or 0x719F82) is known color: Oxley. HEX triplet: 71, 9F and 82. RGB value is (113,159,130). Sum of RGB (Red+Green+Blue) = 113+159+130=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 159 - color contains mainly: green. Hex color #719F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F82 is #8E607D. Grayscale: #8E8E8E. Windows color (decimal): -9330814 or 8560497. OLE color: 8560497.

HSL color Cylindrical-coordinate representation of color #719F82: hue angle of 142.17º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719F82 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 159 130 -
CMYK 0.29 0 0.18 0.38
HSL 142.17º 0.19% 0.53% -
HSV(B) 142.17º 0.29% 0.62% -
XYZ 23.24 29.92 25.67 -
YUV 141.94 121.26 107.36 -
System Red Green Blue C M Y K H S L
Decimal 113 159 130 0.29 0 0.18 0.38 142.17 0.19 0.53
Hex 71 9F 82 1D 0 12 26 8E 13 35
Octal 161 237 202 35 0 22 46 216 23 65
Binary 1110001 10011111 10000010 11101 0 10010 100110 10001110 10011 110101

Color Harmonies of #719F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F82

Black with #719F82

Text Example


Text Example

White with #719F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719F82; }

 p { color: rgb(113,159,130); }

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

background-color css

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

 a { background-color: rgb(113,159,130); }

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

border-color css

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

 span { border-color: rgb(113,159,130); }

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