#72947B

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

Shades of Oxley #72947B

Tints of Oxley #72947B

Color information

#72947B (or 0x72947B) is unknown color: approx Oxley. HEX triplet: 72, 94 and 7B. RGB value is (114,148,123). Sum of RGB (Red+Green+Blue) = 114+148+123=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 148 - color contains mainly: green. Hex color #72947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72947B is #8D6B84. Grayscale: #878787. Windows color (decimal): -9268101 or 8098930. OLE color: 8098930.

HSL color Cylindrical-coordinate representation of color #72947B: hue angle of 135.88º 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 #72947B is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB114148123-
CMYK0.2300.170.42
HSL135.88º13.71%51.37%-
HSV(B)135.88º22.97%58.04%-
XYZ21.126.1922.68-
YUV134.98121.24113.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=29.61%
G=38.44%
B=31.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481230.2300.170.42135.8813.7151.37
Hex72947B170112A88e33
Octal16222417327021522101663
Binary111001010010100111101110111010001101010100010001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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