#72A67F

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

Shades of Oxley #72A67F

Tints of Oxley #72A67F

Color information

#72A67F (or 0x72A67F) is unknown color: approx Oxley. HEX triplet: 72, A6 and 7F. RGB value is (114,166,127). Sum of RGB (Red+Green+Blue) = 114+166+127=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #72A67F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A67F is #8D5980. Grayscale: #929292. Windows color (decimal): -9263489 or 8365682. OLE color: 8365682.

HSL color Cylindrical-coordinate representation of color #72A67F: hue angle of 135º degrees, saturation: 0.23, 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 #72A67F is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB114166127-
CMYK0.3100.230.35
HSL135º22.61%54.9%-
HSV(B)135º31.33%65.1%-
XYZ24.4132.3825.04-
YUV146.01117.27105.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.01%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 127 (50% from 255) = 31.20%
R=28.01%
G=40.79%
B=31.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141661270.3100.230.3513522.6154.9
Hex72A67F1F01723871737
Octal16224617737027432072767
Binary1110010101001101111111111110101111000111000011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,127); }

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

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

 a { background-color: rgb(114,166,127); }

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

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

 span { border-color: rgb(114,166,127); }

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