#73A77F

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

Shades of Oxley #73A77F

Tints of Oxley #73A77F

Color information

#73A77F (or 0x73A77F) is unknown color: approx Oxley. HEX triplet: 73, A7 and 7F. RGB value is (115,167,127). Sum of RGB (Red+Green+Blue) = 115+167+127=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 167 - color contains mainly: green. Hex color #73A77F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A77F is #8C5880. Grayscale: #939393. Windows color (decimal): -9197697 or 8365939. OLE color: 8365939.

HSL color Cylindrical-coordinate representation of color #73A77F: hue angle of 133.85º 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 #73A77F is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB115167127-
CMYK0.3100.240.35
HSL133.85º22.81%55.29%-
HSV(B)133.85º31.14%65.49%-
XYZ24.7232.8125.11-
YUV146.89116.77105.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 28.12%
GREEN value IS 167 (65.62% from 255) = 40.83%
BLUE value IS 127 (50% from 255) = 31.05%
R=28.12%
G=40.83%
B=31.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1151671270.3100.240.35133.8522.8155.29
Hex73A77F1F01823861737
Octal16324717737030432062767
Binary1110011101001111111111111110110001000111000011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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