#719C76

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

Shades of Oxley #719C76

Tints of Oxley #719C76

Color information

#719C76 (or 0x719C76) is unknown color: approx Oxley. HEX triplet: 71, 9C and 76. RGB value is (113,156,118). Sum of RGB (Red+Green+Blue) = 113+156+118=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 156 - color contains mainly: green. Hex color #719C76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719C76 is #8E6389. Grayscale: #8A8A8A. Windows color (decimal): -9331594 or 7773297. OLE color: 7773297.

HSL color Cylindrical-coordinate representation of color #719C76: hue angle of 126.98º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719C76 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB113156118-
CMYK0.2800.240.39
HSL126.98º17.84%52.75%-
HSV(B)126.98º27.56%61.18%-
XYZ21.9728.621.5-
YUV138.81116.25109.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=29.20%
G=40.31%
B=30.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131561180.2800.240.39126.9817.8452.75
Hex719C761C018277f1235
Octal16123416634030471772265
Binary111000110011100111011011100011000100111111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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