#76987C

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

Shades of Oxley #76987C

Tints of Oxley #76987C

Color information

#76987C (or 0x76987C) is unknown color: approx Oxley. HEX triplet: 76, 98 and 7C. RGB value is (118,152,124). Sum of RGB (Red+Green+Blue) = 118+152+124=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #76987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76987C is #896783. Grayscale: #8A8A8A. Windows color (decimal): -9004932 or 8165494. OLE color: 8165494.

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

Color convert

RGB118152124-
CMYK0.2200.180.40
HSL130.59º14.17%52.94%-
HSV(B)130.59º22.37%59.61%-
XYZ22.3427.7623.25-
YUV138.64119.74113.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=29.95%
G=38.58%
B=31.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521240.2200.180.40130.5914.1752.94
Hex76987C160122883e35
Octal16623017426022502031665
Binary111011010011000111110010110010010101000100000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76987C; }

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

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

<style>
 a { background-color: #76987C; }

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

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

<style>
 span { border-color: #76987C; }

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

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