#71987E

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

Shades of Oxley #71987E

Tints of Oxley #71987E

Color information

#71987E (or 0x71987E) is unknown color: approx Oxley. HEX triplet: 71, 98 and 7E. RGB value is (113,152,126). Sum of RGB (Red+Green+Blue) = 113+152+126=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #71987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71987E is #8E6781. Grayscale: #898989. Windows color (decimal): -9332610 or 8296561. OLE color: 8296561.

HSL color Cylindrical-coordinate representation of color #71987E: hue angle of 140º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71987E is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB113152126-
CMYK0.2600.170.40
HSL140º15.92%51.96%-
HSV(B)140º25.66%59.61%-
XYZ21.827.4723.89-
YUV137.38121.58110.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=28.90%
G=38.87%
B=32.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1131521260.2600.170.4014015.9251.96
Hex71987E1A011288c1034
Octal16123017632021502142064
Binary1110001100110001111110110100100011010001000110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71987E; }

 p { color: rgb(113,152,126); }

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

<style>
 a { background-color: #71987E; }

 a { background-color: rgb(113,152,126); }

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

<style>
 span { border-color: #71987E; }

 span { border-color: rgb(113,152,126); }

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