#76A67A

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

Shades of Oxley #76A67A

Tints of Oxley #76A67A

Color information

#76A67A (or 0x76A67A) is unknown color: approx Oxley. HEX triplet: 76, A6 and 7A. RGB value is (118,166,122). Sum of RGB (Red+Green+Blue) = 118+166+122=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 166 - color contains mainly: green. Hex color #76A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76A67A is #895985. Grayscale: #929292. Windows color (decimal): -9001350 or 8038006. OLE color: 8038006.

HSL color Cylindrical-coordinate representation of color #76A67A: hue angle of 125º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A67A is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB118166122-
CMYK0.2900.270.35
HSL125º21.24%55.69%-
HSV(B)125º28.92%65.1%-
XYZ24.6232.5323.39-
YUV146.63114.1107.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.06%
GREEN value IS 166 (65.23% from 255) = 40.89%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=29.06%
G=40.89%
B=30.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1181661220.2900.270.3512521.2455.69
Hex76A67A1D01B237d1538
Octal16624617235033431752570
Binary111011010100110111101011101011011100011111110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,166,122); }

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

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

 a { background-color: rgb(118,166,122); }

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

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

 span { border-color: rgb(118,166,122); }

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