#76987A

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

Shades of Oxley #76987A

Tints of Oxley #76987A

Color information

#76987A (or 0x76987A) is unknown color: approx Oxley. HEX triplet: 76, 98 and 7A. RGB value is (118,152,122). Sum of RGB (Red+Green+Blue) = 118+152+122=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #76987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76987A is #896785. Grayscale: #8A8A8A. Windows color (decimal): -9004934 or 8034422. OLE color: 8034422.

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

Color convert

RGB118152122-
CMYK0.2200.200.40
HSL127.06º14.17%52.94%-
HSV(B)127.06º22.37%59.61%-
XYZ22.2127.7122.59-
YUV138.41118.74113.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 152 (59.77% from 255) = 38.78%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=30.10%
G=38.78%
B=31.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181521220.2200.200.40127.0614.1752.94
Hex76987A16014287fe35
Octal16623017226024501771665
Binary11101101001100011110101011001010010100011111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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