Html Css Color HEX #719F76 Oxley

📋 copy color: '#719F76'

red 113 ◦ green 159 ◦ blue 118

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

Shades of Oxley #719F76

Tints of Oxley #719F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.26%

R = 28.97%
G = 40.77%
B = 30.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#719F76 (or 0x719F76) is known color: Oxley. HEX triplet: 71, 9F and 76. RGB value is (113,159,118). Sum of RGB (Red+Green+Blue) = 113+159+118=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 159 - color contains mainly: green. Hex color #719F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F76 is #8E6089. Grayscale: #8C8C8C. Windows color (decimal): -9330826 or 7774065. OLE color: 7774065.

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

Color convert

RGB 113 159 118 -
CMYK 0.29 0 0.26 0.38
HSL 126.52º 0.19% 0.53% -
HSV(B) 126.52º 0.29% 0.62% -
XYZ 22.48 29.61 21.67 -
YUV 140.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 113 159 118 0.29 0 0.26 0.38 126.52 0.19 0.53
Hex 71 9F 76 1D 0 1A 26 7F 13 35
Octal 161 237 166 35 0 32 46 177 23 65
Binary 1110001 10011111 1110110 11101 0 11010 100110 1111111 10011 110101

Color Harmonies of #719F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F76

Black with #719F76

Text Example


Text Example

White with #719F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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