#789E7B

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

Shades of Oxley #789E7B

Tints of Oxley #789E7B

Color information

#789E7B (or 0x789E7B) is unknown color: approx Oxley. HEX triplet: 78, 9E and 7B. RGB value is (120,158,123). Sum of RGB (Red+Green+Blue) = 120+158+123=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #789E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789E7B is #876184. Grayscale: #8E8E8E. Windows color (decimal): -8872325 or 8101496. OLE color: 8101496.

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

Color convert

RGB120158123-
CMYK0.2400.220.38
HSL124.74º16.38%54.51%-
HSV(B)124.74º24.05%61.96%-
XYZ23.5529.8823.26-
YUV142.65116.91111.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 158 (62.11% from 255) = 39.40%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=29.93%
G=39.40%
B=30.67%

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
Decimal1201581230.2400.220.38124.7416.3854.51
Hex789E7B18016267d1037
Octal17023617330026461752067
Binary111100010011110111101111000010110100110111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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