#789480

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

Shades of Oxley #789480

Tints of Oxley #789480

Color information

#789480 (or 0x789480) is unknown color: approx Oxley. HEX triplet: 78, 94 and 80. RGB value is (120,148,128). Sum of RGB (Red+Green+Blue) = 120+148+128=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 148 - color contains mainly: green. Hex color #789480 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789480 is #876B7F. Grayscale: #898989. Windows color (decimal): -8874880 or 8426616. OLE color: 8426616.

HSL color Cylindrical-coordinate representation of color #789480: hue angle of 137.14º 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 #789480 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB120148128-
CMYK0.1900.140.42
HSL137.14º11.57%52.55%-
HSV(B)137.14º18.92%58.04%-
XYZ22.2326.7324.41-
YUV137.35122.72115.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=30.30%
G=37.37%
B=32.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201481280.1900.140.42137.1411.5752.55
Hex789480130E2A89c35
Octal17022420023016522111465
Binary111100010010100100000001001101110101010100010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789480; }

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

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

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

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

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

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

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

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