#76967E

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

Shades of Oxley #76967E

Tints of Oxley #76967E

Color information

#76967E (or 0x76967E) is unknown color: approx Oxley. HEX triplet: 76, 96 and 7E. RGB value is (118,150,126). Sum of RGB (Red+Green+Blue) = 118+150+126=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #76967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76967E is #896981. Grayscale: #898989. Windows color (decimal): -9005442 or 8296054. OLE color: 8296054.

HSL color Cylindrical-coordinate representation of color #76967E: hue angle of 135º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76967E is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB118150126-
CMYK0.2100.160.41
HSL135º13.22%52.55%-
HSV(B)135º21.33%58.82%-
XYZ22.1427.1723.82-
YUV137.7121.4113.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=29.95%
G=38.07%
B=31.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501260.2100.160.4113513.2252.55
Hex76967E150102987d35
Octal16622617625020512071565
Binary111011010010110111111010101010000101001100001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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