#72A574

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

Shades of Oxley #72A574

Tints of Oxley #72A574

Color information

#72A574 (or 0x72A574) is unknown color: approx Oxley. HEX triplet: 72, A5 and 74. RGB value is (114,165,116). Sum of RGB (Red+Green+Blue) = 114+165+116=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 165 - color contains mainly: green. Hex color #72A574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A574 is #8D5A8B. Grayscale: #909090. Windows color (decimal): -9263756 or 7644530. OLE color: 7644530.

HSL color Cylindrical-coordinate representation of color #72A574: hue angle of 122.35º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #72A574 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB114165116-
CMYK0.3100.300.35
HSL122.35º22.08%54.71%-
HSV(B)122.35º30.91%64.71%-
XYZ23.5531.7521.41-
YUV144.16112.1106.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.86%
GREEN value IS 165 (64.84% from 255) = 41.77%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=28.86%
G=41.77%
B=29.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141651160.3100.300.35122.3522.0854.71
Hex72A5741F01E237a1637
Octal16224516437036431722667
Binary111001010100101111010011111011110100011111101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A574; }

 p { color: rgb(114,165,116); }

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

<style>
 a { background-color: #72A574; }

 a { background-color: rgb(114,165,116); }

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

<style>
 span { border-color: #72A574; }

 span { border-color: rgb(114,165,116); }

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