#76A184

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

Shades of Oxley #76A184

Tints of Oxley #76A184

Color information

#76A184 (or 0x76A184) is unknown color: approx Oxley. HEX triplet: 76, A1 and 84. RGB value is (118,161,132). Sum of RGB (Red+Green+Blue) = 118+161+132=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #76A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A184 is #895E7B. Grayscale: #909090. Windows color (decimal): -9002620 or 8692086. OLE color: 8692086.

HSL color Cylindrical-coordinate representation of color #76A184: hue angle of 139.53º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76A184 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB118161132-
CMYK0.2700.180.37
HSL139.53º18.61%54.71%-
HSV(B)139.53º26.71%63.14%-
XYZ24.3831.0126.53-
YUV144.84120.75108.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=28.71%
G=39.17%
B=32.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181611320.2700.180.37139.5318.6154.71
Hex76A1841B012258c1337
Octal16624120433022452142367
Binary11101101010000110000100110110100101001011000110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A184; }

 p { color: rgb(118,161,132); }

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

<style>
 a { background-color: #76A184; }

 a { background-color: rgb(118,161,132); }

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

<style>
 span { border-color: #76A184; }

 span { border-color: rgb(118,161,132); }

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