#789E7C

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

Shades of Oxley #789E7C

Tints of Oxley #789E7C

Color information

#789E7C (or 0x789E7C) is unknown color: approx Oxley. HEX triplet: 78, 9E and 7C. RGB value is (120,158,124). Sum of RGB (Red+Green+Blue) = 120+158+124=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 158 - color contains mainly: green. Hex color #789E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789E7C is #876183. Grayscale: #8E8E8E. Windows color (decimal): -8872324 or 8167032. OLE color: 8167032.

HSL color Cylindrical-coordinate representation of color #789E7C: hue angle of 126.32º 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 #789E7C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB120158124-
CMYK0.2400.220.38
HSL126.32º16.38%54.51%-
HSV(B)126.32º24.05%61.96%-
XYZ23.6129.923.6-
YUV142.76117.41111.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 158 (62.11% from 255) = 39.30%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=29.85%
G=39.30%
B=30.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201581240.2400.220.38126.3216.3854.51
Hex789E7C18016267e1037
Octal17023617430026461762067
Binary111100010011110111110011000010110100110111111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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