#789F83

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

Shades of Oxley #789F83

Tints of Oxley #789F83

Color information

#789F83 (or 0x789F83) is unknown color: approx Oxley. HEX triplet: 78, 9F and 83. RGB value is (120,159,131). Sum of RGB (Red+Green+Blue) = 120+159+131=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #789F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789F83 is #87607C. Grayscale: #909090. Windows color (decimal): -8872061 or 8626040. OLE color: 8626040.

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

Color convert

RGB120159131-
CMYK0.2500.180.38
HSL136.92º16.88%54.71%-
HSV(B)136.92º24.53%62.35%-
XYZ24.2430.4326.07-
YUV144.15120.58110.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.27%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=29.27%
G=38.78%
B=31.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201591310.2500.180.38136.9216.8854.71
Hex789F831901226891137
Octal17023720331022462112167
Binary11110001001111110000011110010100101001101000100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,159,131); }

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

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

 a { background-color: rgb(120,159,131); }

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

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

 span { border-color: rgb(120,159,131); }

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