#76987E

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

Shades of Oxley #76987E

Tints of Oxley #76987E

Color information

#76987E (or 0x76987E) is unknown color: approx Oxley. HEX triplet: 76, 98 and 7E. RGB value is (118,152,126). Sum of RGB (Red+Green+Blue) = 118+152+126=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 152 - color contains mainly: green. Hex color #76987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76987E is #896781. Grayscale: #8A8A8A. Windows color (decimal): -9004930 or 8296566. OLE color: 8296566.

HSL color Cylindrical-coordinate representation of color #76987E: hue angle of 134.12º 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 #76987E is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB118152126-
CMYK0.2200.170.40
HSL134.12º14.17%52.94%-
HSV(B)134.12º22.37%59.61%-
XYZ22.4727.8123.92-
YUV138.87120.74113.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.80%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=29.80%
G=38.38%
B=31.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521260.2200.170.40134.1214.1752.94
Hex76987E160112886e35
Octal16623017626021502061665
Binary111011010011000111111010110010001101000100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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