#719D75

Color #719D75 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #719D75

Tints of Oxley #719D75

Color information

#719D75 (or 0x719D75) is unknown color: approx Oxley. HEX triplet: 71, 9D and 75. RGB value is (113,157,117). Sum of RGB (Red+Green+Blue) = 113+157+117=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 157 - color contains mainly: green. Hex color #719D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719D75 is #8E628A. Grayscale: #8B8B8B. Windows color (decimal): -9331339 or 7708017. OLE color: 7708017.

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

Color convert

RGB113157117-
CMYK0.2800.250.38
HSL125.45º18.33%52.94%-
HSV(B)125.45º28.03%61.57%-
XYZ22.0828.9121.25-
YUV139.28115.42109.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 157 (61.72% from 255) = 40.57%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=29.20%
G=40.57%
B=30.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131571170.2800.250.38125.4518.3352.94
Hex719D751C019267d1235
Octal16123516534031461752265
Binary111000110011101111010111100011001100110111110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #719D75;
 }
 .AnyTagClassName
 {
   color: #719D75;
 }
</style>
background-color css

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

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

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

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

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

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