#7C9883

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

Shades of Oxley #7C9883

Tints of Oxley #7C9883

Color information

#7C9883 (or 0x7C9883) is unknown color: approx Oxley. HEX triplet: 7C, 98 and 83. RGB value is (124,152,131). Sum of RGB (Red+Green+Blue) = 124+152+131=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #7C9883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9883 is #83677C. Grayscale: #8D8D8D. Windows color (decimal): -8611709 or 8624252. OLE color: 8624252.

HSL color Cylindrical-coordinate representation of color #7C9883: hue angle of 135º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7C9883 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB124152131-
CMYK0.1800.140.40
HSL135º11.97%54.12%-
HSV(B)135º18.42%59.61%-
XYZ23.6428.3825.7-
YUV141.23122.22115.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.47%
GREEN value IS 152 (59.77% from 255) = 37.35%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=30.47%
G=37.35%
B=32.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241521310.1800.140.4013511.9754.12
Hex7C9883120E2887c36
Octal17423020322016502071466
Binary111110010011000100000111001001110101000100001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,152,131); }

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

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

 a { background-color: rgb(124,152,131); }

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

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

 span { border-color: rgb(124,152,131); }

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