#71927A

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

Shades of Oxley #71927A

Tints of Oxley #71927A

Color information

#71927A (or 0x71927A) is unknown color: approx Oxley. HEX triplet: 71, 92 and 7A. RGB value is (113,146,122). Sum of RGB (Red+Green+Blue) = 113+146+122=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #71927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71927A is #8E6D85. Grayscale: #858585. Windows color (decimal): -9334150 or 8032881. OLE color: 8032881.

HSL color Cylindrical-coordinate representation of color #71927A: hue angle of 136.36º 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 #71927A is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB113146122-
CMYK0.2300.160.43
HSL136.36º13.15%50.78%-
HSV(B)136.36º22.6%57.25%-
XYZ20.625.4722.24-
YUV133.4121.57113.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=29.66%
G=38.32%
B=32.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461220.2300.160.43136.3613.1550.78
Hex71927A170102B88d33
Octal16122217227020532101563
Binary111000110010010111101010111010000101011100010001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71927A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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