#78947E

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

Shades of Oxley #78947E

Tints of Oxley #78947E

Color information

#78947E (or 0x78947E) is unknown color: approx Oxley. HEX triplet: 78, 94 and 7E. RGB value is (120,148,126). Sum of RGB (Red+Green+Blue) = 120+148+126=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #78947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78947E is #876B81. Grayscale: #898989. Windows color (decimal): -8874882 or 8295544. OLE color: 8295544.

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

Color convert

RGB120148126-
CMYK0.1900.150.42
HSL132.86º11.57%52.55%-
HSV(B)132.86º18.92%58.04%-
XYZ22.126.6823.72-
YUV137.12121.72115.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.46%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=30.46%
G=37.56%
B=31.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201481260.1900.150.42132.8611.5752.55
Hex78947E130F2A85c35
Octal17022417623017522051465
Binary11110001001010011111101001101111101010100001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78947E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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