#71997F

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

Shades of Oxley #71997F

Tints of Oxley #71997F

Color information

#71997F (or 0x71997F) is unknown color: approx Oxley. HEX triplet: 71, 99 and 7F. RGB value is (113,153,127). Sum of RGB (Red+Green+Blue) = 113+153+127=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 153 - color contains mainly: green. Hex color #71997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71997F is #8E6680. Grayscale: #8A8A8A. Windows color (decimal): -9332353 or 8362353. OLE color: 8362353.

HSL color Cylindrical-coordinate representation of color #71997F: hue angle of 141º 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 #71997F is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB113153127-
CMYK0.2600.170.4
HSL141º16.39%52.16%-
HSV(B)141º26.14%60%-
XYZ22.0327.8324.29-
YUV138.08121.75110.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.75%
GREEN value IS 153 (60.16% from 255) = 38.93%
BLUE value IS 127 (50% from 255) = 32.32%
R=28.75%
G=38.93%
B=32.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131531270.2600.170.414116.3952.16
Hex71997F1A011288d1034
Octal16123117732021502152064
Binary1110001100110011111111110100100011010001000110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71997F; }

 p { color: rgb(113,153,127); }

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

<style>
 a { background-color: #71997F; }

 a { background-color: rgb(113,153,127); }

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

<style>
 span { border-color: #71997F; }

 span { border-color: rgb(113,153,127); }

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