#71927D

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

Shades of Oxley #71927D

Tints of Oxley #71927D

Color information

#71927D (or 0x71927D) is unknown color: approx Oxley. HEX triplet: 71, 92 and 7D. RGB value is (113,146,125). Sum of RGB (Red+Green+Blue) = 113+146+125=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #71927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71927D is #8E6D82. Grayscale: #858585. Windows color (decimal): -9334147 or 8229489. OLE color: 8229489.

HSL color Cylindrical-coordinate representation of color #71927D: hue angle of 141.82º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71927D is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB113146125-
CMYK0.2300.140.43
HSL141.82º13.15%50.78%-
HSV(B)141.82º22.6%57.25%-
XYZ20.7925.5523.24-
YUV133.74123.07113.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 125 (49.22% from 255) = 32.55%
R=29.43%
G=38.02%
B=32.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461250.2300.140.43141.8213.1550.78
Hex71927D170E2B8ed33
Octal16122217527016532161563
Binary11100011001001011111011011101110101011100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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