#76947D

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

Shades of Oxley #76947D

Tints of Oxley #76947D

Color information

#76947D (or 0x76947D) is unknown color: approx Oxley. HEX triplet: 76, 94 and 7D. RGB value is (118,148,125). Sum of RGB (Red+Green+Blue) = 118+148+125=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 148 - color contains mainly: green. Hex color #76947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76947D is #896B82. Grayscale: #888888. Windows color (decimal): -9005955 or 8230006. OLE color: 8230006.

HSL color Cylindrical-coordinate representation of color #76947D: hue angle of 134º 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 #76947D is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB118148125-
CMYK0.2000.160.42
HSL134º12.3%52.16%-
HSV(B)134º20.27%58.04%-
XYZ21.7626.5123.37-
YUV136.41121.56114.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 125 (49.22% from 255) = 31.97%
R=30.18%
G=37.85%
B=31.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181481250.2000.160.4213412.352.16
Hex76947D140102A86c34
Octal16622417524020522061464
Binary111011010010100111110110100010000101010100001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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