#7C9A84

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

Shades of Oxley #7C9A84

Tints of Oxley #7C9A84

Color information

#7C9A84 (or 0x7C9A84) is unknown color: approx Oxley. HEX triplet: 7C, 9A and 84. RGB value is (124,154,132). Sum of RGB (Red+Green+Blue) = 124+154+132=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 154 - color contains mainly: green. Hex color #7C9A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9A84 is #83657B. Grayscale: #8E8E8E. Windows color (decimal): -8611196 or 8690300. OLE color: 8690300.

HSL color Cylindrical-coordinate representation of color #7C9A84: hue angle of 136º 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 #7C9A84 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB124154132-
CMYK0.1900.140.40
HSL136º12.93%54.51%-
HSV(B)136º19.48%60.39%-
XYZ24.0329.0626.17-
YUV142.52122.06114.79-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.24%
GREEN value IS 154 (60.55% from 255) = 37.56%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=30.24%
G=37.56%
B=32.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1241541320.1900.140.4013612.9354.51
Hex7C9A84130E2888d37
Octal17423220423016502101567
Binary111110010011010100001001001101110101000100010001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,154,132); }

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

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

 a { background-color: rgb(124,154,132); }

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

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

 span { border-color: rgb(124,154,132); }

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