#72947C

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

Shades of Oxley #72947C

Tints of Oxley #72947C

Color information

#72947C (or 0x72947C) is unknown color: approx Oxley. HEX triplet: 72, 94 and 7C. RGB value is (114,148,124). Sum of RGB (Red+Green+Blue) = 114+148+124=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 148 - color contains mainly: green. Hex color #72947C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72947C is #8D6B83. Grayscale: #878787. Windows color (decimal): -9268100 or 8164466. OLE color: 8164466.

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

Color convert

RGB114148124-
CMYK0.2300.160.42
HSL137.65º13.71%51.37%-
HSV(B)137.65º22.97%58.04%-
XYZ21.1726.2123.01-
YUV135.1121.74112.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.53%
GREEN value IS 148 (58.20% from 255) = 38.34%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=29.53%
G=38.34%
B=32.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481240.2300.160.42137.6513.7151.37
Hex72947C170102A8ae33
Octal16222417427020522121663
Binary111001010010100111110010111010000101010100010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72947C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72947C; }

 p { color: rgb(114,148,124); }

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

<style>
 a { background-color: #72947C; }

 a { background-color: rgb(114,148,124); }

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

<style>
 span { border-color: #72947C; }

 span { border-color: rgb(114,148,124); }

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