#72947A

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

Shades of Oxley #72947A

Tints of Oxley #72947A

Color information

#72947A (or 0x72947A) is unknown color: approx Oxley. HEX triplet: 72, 94 and 7A. RGB value is (114,148,122). Sum of RGB (Red+Green+Blue) = 114+148+122=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #72947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72947A is #8D6B85. Grayscale: #868686. Windows color (decimal): -9268102 or 8033394. OLE color: 8033394.

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

Color convert

RGB114148122-
CMYK0.2300.180.42
HSL134.12º13.71%51.37%-
HSV(B)134.12º22.97%58.04%-
XYZ21.0426.1622.35-
YUV134.87120.74113.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=29.69%
G=38.54%
B=31.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481220.2300.180.42134.1213.7151.37
Hex72947A170122A86e33
Octal16222417227022522061663
Binary111001010010100111101010111010010101010100001101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72947A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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