#76A183

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

Shades of Oxley #76A183

Tints of Oxley #76A183

Color information

#76A183 (or 0x76A183) is unknown color: approx Oxley. HEX triplet: 76, A1 and 83. RGB value is (118,161,131). Sum of RGB (Red+Green+Blue) = 118+161+131=410 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.78% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #76A183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A183 is #895E7C. Grayscale: #909090. Windows color (decimal): -9002621 or 8626550. OLE color: 8626550.

HSL color Cylindrical-coordinate representation of color #76A183: hue angle of 138.14º 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 #76A183 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB118161131-
CMYK0.2700.190.37
HSL138.14º18.61%54.71%-
HSV(B)138.14º26.71%63.14%-
XYZ24.3130.9826.17-
YUV144.72120.25108.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.78%
GREEN value IS 161 (63.28% from 255) = 39.27%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=28.78%
G=39.27%
B=31.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1181611310.2700.190.37138.1418.6154.71
Hex76A1831B013258a1337
Octal16624120333023452122367
Binary11101101010000110000011110110100111001011000101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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