#72A77F

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

Shades of Oxley #72A77F

Tints of Oxley #72A77F

Color information

#72A77F (or 0x72A77F) is unknown color: approx Oxley. HEX triplet: 72, A7 and 7F. RGB value is (114,167,127). Sum of RGB (Red+Green+Blue) = 114+167+127=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 167 (65.62% from 255 or 40.93% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 167 - color contains mainly: green. Hex color #72A77F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72A77F is #8D5880. Grayscale: #929292. Windows color (decimal): -9263233 or 8365938. OLE color: 8365938.

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

Color convert

RGB114167127-
CMYK0.3200.240.35
HSL134.72º23.14%55.1%-
HSV(B)134.72º31.74%65.49%-
XYZ24.5932.7525.1-
YUV146.59116.94104.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 167 (65.62% from 255) = 40.93%
BLUE value IS 127 (50% from 255) = 31.13%
R=27.94%
G=40.93%
B=31.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1141671270.3200.240.35134.7223.1455.1
Hex72A77F2001823871737
Octal16224717740030432072767
Binary11100101010011111111111000000110001000111000011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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