#7D9A81

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

Shades of Oxley #7D9A81

Tints of Oxley #7D9A81

Color information

#7D9A81 (or 0x7D9A81) is unknown color: approx Oxley. HEX triplet: 7D, 9A and 81. RGB value is (125,154,129). Sum of RGB (Red+Green+Blue) = 125+154+129=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 154 - color contains mainly: green. Hex color #7D9A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D9A81 is #82657E. Grayscale: #8E8E8E. Windows color (decimal): -8545663 or 8493693. OLE color: 8493693.

HSL color Cylindrical-coordinate representation of color #7D9A81: hue angle of 128.28º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7D9A81 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB125154129-
CMYK0.1900.160.40
HSL128.28º12.55%54.71%-
HSV(B)128.28º18.83%60.39%-
XYZ23.9829.0625.11-
YUV142.48120.39115.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.64%
GREEN value IS 154 (60.55% from 255) = 37.75%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=30.64%
G=37.75%
B=31.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1251541290.1900.160.40128.2812.5554.71
Hex7D9A81130102880d37
Octal17523220123020502001567
Binary1111101100110101000000110011010000101000100000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D9A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D9A81; }

 p { color: rgb(125,154,129); }

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

<style>
 a { background-color: #7D9A81; }

 a { background-color: rgb(125,154,129); }

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

<style>
 span { border-color: #7D9A81; }

 span { border-color: rgb(125,154,129); }

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