#71957D

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

Shades of Oxley #71957D

Tints of Oxley #71957D

Color information

#71957D (or 0x71957D) is unknown color: approx Oxley. HEX triplet: 71, 95 and 7D. RGB value is (113,149,125). Sum of RGB (Red+Green+Blue) = 113+149+125=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 149 - color contains mainly: green. Hex color #71957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71957D is #8E6A82. Grayscale: #878787. Windows color (decimal): -9333379 or 8230257. OLE color: 8230257.

HSL color Cylindrical-coordinate representation of color #71957D: hue angle of 140º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71957D is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB113149125-
CMYK0.2400.160.42
HSL140º14.52%51.37%-
HSV(B)140º24.16%58.43%-
XYZ21.2626.4923.39-
YUV135.5122.07111.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.20%
GREEN value IS 149 (58.59% from 255) = 38.50%
BLUE value IS 125 (49.22% from 255) = 32.30%
R=29.20%
G=38.50%
B=32.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491250.2400.160.4214014.5251.37
Hex71957D180102A8cf33
Octal16122517530020522141763
Binary111000110010101111110111000010000101010100011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71957D; }

 p { color: rgb(113,149,125); }

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

<style>
 a { background-color: #71957D; }

 a { background-color: rgb(113,149,125); }

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

<style>
 span { border-color: #71957D; }

 span { border-color: rgb(113,149,125); }

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