Html Css Color HEX #719F84 Oxley

📋 copy color: '#719F84'

red 113 ◦ green 159 ◦ blue 132

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

Shades of Oxley #719F84

Tints of Oxley #719F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 27.97%
G = 39.36%
B = 32.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#719F84 (or 0x719F84) is known color: Oxley. HEX triplet: 71, 9F and 84. RGB value is (113,159,132). Sum of RGB (Red+Green+Blue) = 113+159+132=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #719F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719F84 is #8E607B. Grayscale: #8E8E8E. Windows color (decimal): -9330812 or 8691569. OLE color: 8691569.

HSL color Cylindrical-coordinate representation of color #719F84: hue angle of 144.78º 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 #719F84 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 159 132 -
CMYK 0.29 0 0.17 0.38
HSL 144.78º 0.19% 0.53% -
HSV(B) 144.78º 0.29% 0.62% -
XYZ 23.37 29.97 26.38 -
YUV 142.17 122.26 107.2 -
System Red Green Blue C M Y K H S L
Decimal 113 159 132 0.29 0 0.17 0.38 144.78 0.19 0.53
Hex 71 9F 84 1D 0 11 26 91 13 35
Octal 161 237 204 35 0 21 46 221 23 65
Binary 1110001 10011111 10000100 11101 0 10001 100110 10010001 10011 110101

Color Harmonies of #719F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F84

Black with #719F84

Text Example


Text Example

White with #719F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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