#789381

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

Shades of Oxley #789381

Tints of Oxley #789381

Color information

#789381 (or 0x789381) is unknown color: approx Oxley. HEX triplet: 78, 93 and 81. RGB value is (120,147,129). Sum of RGB (Red+Green+Blue) = 120+147+129=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 147 - color contains mainly: green. Hex color #789381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789381 is #876C7E. Grayscale: #888888. Windows color (decimal): -8875135 or 8491896. OLE color: 8491896.

HSL color Cylindrical-coordinate representation of color #789381: hue angle of 140º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #789381 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB120147129-
CMYK0.1800.120.42
HSL140º11.11%52.35%-
HSV(B)140º18.37%57.65%-
XYZ22.1426.4524.71-
YUV136.88123.55115.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.30%
GREEN value IS 147 (57.81% from 255) = 37.12%
BLUE value IS 129 (50.78% from 255) = 32.58%
R=30.30%
G=37.12%
B=32.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1201471290.1800.120.4214011.1152.35
Hex789381120C2A8cb34
Octal17022320122014522141364
Binary111100010010011100000011001001100101010100011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789381; }

 p { color: rgb(120,147,129); }

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

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

 a { background-color: rgb(120,147,129); }

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

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

 span { border-color: rgb(120,147,129); }

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