#789E84

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

Shades of Oxley #789E84

Tints of Oxley #789E84

Color information

#789E84 (or 0x789E84) is unknown color: approx Oxley. HEX triplet: 78, 9E and 84. RGB value is (120,158,132). Sum of RGB (Red+Green+Blue) = 120+158+132=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 158 - color contains mainly: green. Hex color #789E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E84 is #87617B. Grayscale: #8F8F8F. Windows color (decimal): -8872316 or 8691320. OLE color: 8691320.

HSL color Cylindrical-coordinate representation of color #789E84: hue angle of 138.95º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E84 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB120158132-
CMYK0.2400.160.38
HSL138.95º16.38%54.51%-
HSV(B)138.95º24.05%61.96%-
XYZ24.1430.1126.37-
YUV143.67121.41111.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 158 (62.11% from 255) = 38.54%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=29.27%
G=38.54%
B=32.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201581320.2400.160.38138.9516.3854.51
Hex789E8418010268b1037
Octal17023620430020462132067
Binary11110001001111010000100110000100001001101000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789E84; }

 p { color: rgb(120,158,132); }

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

<style>
 a { background-color: #789E84; }

 a { background-color: rgb(120,158,132); }

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

<style>
 span { border-color: #789E84; }

 span { border-color: rgb(120,158,132); }

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