#78987E

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

Shades of Oxley #78987E

Tints of Oxley #78987E

Color information

#78987E (or 0x78987E) is unknown color: approx Oxley. HEX triplet: 78, 98 and 7E. RGB value is (120,152,126). Sum of RGB (Red+Green+Blue) = 120+152+126=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #78987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78987E is #876781. Grayscale: #8B8B8B. Windows color (decimal): -8873858 or 8296568. OLE color: 8296568.

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

Color convert

RGB120152126-
CMYK0.2100.170.40
HSL131.25º13.45%53.33%-
HSV(B)131.25º21.05%59.61%-
XYZ22.7427.9623.94-
YUV139.47120.4114.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=30.15%
G=38.19%
B=31.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521260.2100.170.40131.2513.4553.33
Hex78987E150112883d35
Octal17023017625021502031565
Binary111100010011000111111010101010001101000100000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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