#76947E

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

Shades of Oxley #76947E

Tints of Oxley #76947E

Color information

#76947E (or 0x76947E) is unknown color: approx Oxley. HEX triplet: 76, 94 and 7E. RGB value is (118,148,126). Sum of RGB (Red+Green+Blue) = 118+148+126=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #76947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76947E is #896B81. Grayscale: #888888. Windows color (decimal): -9005954 or 8295542. OLE color: 8295542.

HSL color Cylindrical-coordinate representation of color #76947E: hue angle of 136º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76947E is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB118148126-
CMYK0.2000.150.42
HSL136º12.3%52.16%-
HSV(B)136º20.27%58.04%-
XYZ21.8326.5423.71-
YUV136.52122.06114.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.10%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=30.10%
G=37.76%
B=32.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181481260.2000.150.4213612.352.16
Hex76947E140F2A88c34
Octal16622417624017522101464
Binary11101101001010011111101010001111101010100010001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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