Html Css Color HEX #719E7D Oxley

📋 copy color: '#719E7D'

red 113 ◦ green 158 ◦ blue 125

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

Shades of Oxley #719E7D

Tints of Oxley #719E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 28.54%
G = 39.9%
B = 31.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#719E7D (or 0x719E7D) is known color: Oxley. HEX triplet: 71, 9E and 7D. RGB value is (113,158,125). Sum of RGB (Red+Green+Blue) = 113+158+125=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #719E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719E7D is #8E6182. Grayscale: #8C8C8C. Windows color (decimal): -9331075 or 8232561. OLE color: 8232561.

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

Color convert

RGB 113 158 125 -
CMYK 0.28 0 0.21 0.38
HSL 136º 0.19% 0.53% -
HSV(B) 136º 0.28% 0.62% -
XYZ 22.74 29.45 23.89 -
YUV 140.78 119.09 108.18 -
System Red Green Blue C M Y K H S L
Decimal 113 158 125 0.28 0 0.21 0.38 136 0.19 0.53
Hex 71 9E 7D 1C 0 15 26 88 13 35
Octal 161 236 175 34 0 25 46 210 23 65
Binary 1110001 10011110 1111101 11100 0 10101 100110 10001000 10011 110101

Color Harmonies of #719E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E7D

Black with #719E7D

Text Example


Text Example

White with #719E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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