#789B7B

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

Shades of Oxley #789B7B

Tints of Oxley #789B7B

Color information

#789B7B (or 0x789B7B) is unknown color: approx Oxley. HEX triplet: 78, 9B and 7B. RGB value is (120,155,123). Sum of RGB (Red+Green+Blue) = 120+155+123=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 155 - color contains mainly: green. Hex color #789B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B7B is #876484. Grayscale: #8C8C8C. Windows color (decimal): -8873093 or 8100728. OLE color: 8100728.

HSL color Cylindrical-coordinate representation of color #789B7B: hue angle of 125.14º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789B7B is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB120155123-
CMYK0.2300.210.39
HSL125.14º14.89%53.92%-
HSV(B)125.14º22.58%60.78%-
XYZ23.0428.8723.1-
YUV140.89117.9113.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.15%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 123 (48.44% from 255) = 30.90%
R=30.15%
G=38.94%
B=30.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201551230.2300.210.39125.1414.8953.92
Hex789B7B17015277df36
Octal17023317327025471751766
Binary11110001001101111110111011101010110011111111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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