#76997E

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

Shades of Oxley #76997E

Tints of Oxley #76997E

Color information

#76997E (or 0x76997E) is unknown color: approx Oxley. HEX triplet: 76, 99 and 7E. RGB value is (118,153,126). Sum of RGB (Red+Green+Blue) = 118+153+126=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #76997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76997E is #896681. Grayscale: #8B8B8B. Windows color (decimal): -9004674 or 8296822. OLE color: 8296822.

HSL color Cylindrical-coordinate representation of color #76997E: hue angle of 133.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76997E is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB118153126-
CMYK0.2300.180.4
HSL133.71º14.64%53.14%-
HSV(B)133.71º22.88%60%-
XYZ22.6328.1423.98-
YUV139.46120.4112.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=29.72%
G=38.54%
B=31.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181531260.2300.180.4133.7114.6453.14
Hex76997E170122886f35
Octal16623117627022502061765
Binary111011010011001111111010111010010101000100001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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