#7C9F81

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

Shades of Oxley #7C9F81

Tints of Oxley #7C9F81

Color information

#7C9F81 (or 0x7C9F81) is unknown color: approx Oxley. HEX triplet: 7C, 9F and 81. RGB value is (124,159,129). Sum of RGB (Red+Green+Blue) = 124+159+129=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 159 - color contains mainly: green. Hex color #7C9F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9F81 is #83607E. Grayscale: #919191. Windows color (decimal): -8609919 or 8494972. OLE color: 8494972.

HSL color Cylindrical-coordinate representation of color #7C9F81: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C9F81 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB124159129-
CMYK0.2200.190.38
HSL128.57º15.42%55.49%-
HSV(B)128.57º22.01%62.35%-
XYZ24.6730.6725.39-
YUV145.11118.9112.94-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.10%
GREEN value IS 159 (62.5% from 255) = 38.59%
BLUE value IS 129 (50.78% from 255) = 31.31%
R=30.10%
G=38.59%
B=31.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241591290.2200.190.38128.5715.4255.49
Hex7C9F81160132681f37
Octal17423720126023462011767
Binary1111100100111111000000110110010011100110100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,159,129); }

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

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

 a { background-color: rgb(124,159,129); }

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

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

 span { border-color: rgb(124,159,129); }

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