Html Css Color HEX #719E85 Oxley

📋 copy color: '#719E85'

red 113 ◦ green 158 ◦ blue 133

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

Shades of Oxley #719E85

Tints of Oxley #719E85

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

 BLUE value IS 133 (52.34% from 255) = 32.92%

R = 27.97%
G = 39.11%
B = 32.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#719E85 (or 0x719E85) is known color: Oxley. HEX triplet: 71, 9E and 85. RGB value is (113,158,133). Sum of RGB (Red+Green+Blue) = 113+158+133=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #719E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719E85 is #8E617A. Grayscale: #8D8D8D. Windows color (decimal): -9331067 or 8756849. OLE color: 8756849.

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

Color convert

RGB 113 158 133 -
CMYK 0.28 0 0.16 0.38
HSL 146.67º 0.19% 0.53% -
HSV(B) 146.67º 0.28% 0.62% -
XYZ 23.27 29.66 26.69 -
YUV 141.7 123.09 107.53 -
System Red Green Blue C M Y K H S L
Decimal 113 158 133 0.28 0 0.16 0.38 146.67 0.19 0.53
Hex 71 9E 85 1C 0 10 26 93 13 35
Octal 161 236 205 34 0 20 46 223 23 65
Binary 1110001 10011110 10000101 11100 0 10000 100110 10010011 10011 110101

Color Harmonies of #719E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E85

Black with #719E85

Text Example


Text Example

White with #719E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,158,133); }

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

background-color css

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

 a { background-color: rgb(113,158,133); }

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

border-color css

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

 span { border-color: rgb(113,158,133); }

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