Html Css Color HEX #719F75 Oxley

📋 copy color: '#719F75'

red 113 ◦ green 159 ◦ blue 117

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

Shades of Oxley #719F75

Tints of Oxley #719F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 29.05%
G = 40.87%
B = 30.08%

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

#719F75 (or 0x719F75) is known color: Oxley. HEX triplet: 71, 9F and 75. RGB value is (113,159,117). Sum of RGB (Red+Green+Blue) = 113+159+117=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #719F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719F75 is #8E608A. Grayscale: #8C8C8C. Windows color (decimal): -9330827 or 7708529. OLE color: 7708529.

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

Color convert

RGB 113 159 117 -
CMYK 0.29 0 0.26 0.38
HSL 125.22º 0.19% 0.53% -
HSV(B) 125.22º 0.29% 0.62% -
XYZ 22.42 29.59 21.36 -
YUV 140.46 114.76 108.42 -
System Red Green Blue C M Y K H S L
Decimal 113 159 117 0.29 0 0.26 0.38 125.22 0.19 0.53
Hex 71 9F 75 1D 0 1A 26 7D 13 35
Octal 161 237 165 35 0 32 46 175 23 65
Binary 1110001 10011111 1110101 11101 0 11010 100110 1111101 10011 110101

Color Harmonies of #719F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719F75

Black with #719F75

Text Example


Text Example

White with #719F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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