#71907B

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

Shades of Oxley #71907B

Tints of Oxley #71907B

Color information

#71907B (or 0x71907B) is unknown color: approx Oxley. HEX triplet: 71, 90 and 7B. RGB value is (113,144,123). Sum of RGB (Red+Green+Blue) = 113+144+123=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #71907B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71907B is #8E6F84. Grayscale: #848484. Windows color (decimal): -9334661 or 8097905. OLE color: 8097905.

HSL color Cylindrical-coordinate representation of color #71907B: hue angle of 139.35º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71907B is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB113144123-
CMYK0.2200.150.44
HSL139.35º12.25%50.39%-
HSV(B)139.35º21.53%56.47%-
XYZ20.3624.8922.47-
YUV132.34122.73114.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=29.74%
G=37.89%
B=32.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1131441230.2200.150.44139.3512.2550.39
Hex71907B160F2C8bc32
Octal16122017326017542131462
Binary11100011001000011110111011001111101100100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71907B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71907B; }

 p { color: rgb(113,144,123); }

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

<style>
 a { background-color: #71907B; }

 a { background-color: rgb(113,144,123); }

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

<style>
 span { border-color: #71907B; }

 span { border-color: rgb(113,144,123); }

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