#789B7C

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

Shades of Oxley #789B7C

Tints of Oxley #789B7C

Color information

#789B7C (or 0x789B7C) is unknown color: approx Oxley. HEX triplet: 78, 9B and 7C. RGB value is (120,155,124). Sum of RGB (Red+Green+Blue) = 120+155+124=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 155 - color contains mainly: green. Hex color #789B7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B7C is #876483. Grayscale: #8D8D8D. Windows color (decimal): -8873092 or 8166264. OLE color: 8166264.

HSL color Cylindrical-coordinate representation of color #789B7C: hue angle of 126.86º 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 #789B7C is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB120155124-
CMYK0.2300.20.39
HSL126.86º14.89%53.92%-
HSV(B)126.86º22.58%60.78%-
XYZ23.1128.8923.43-
YUV141118.4113.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=30.08%
G=38.85%
B=31.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201551240.2300.20.39126.8614.8953.92
Hex789B7C17014277ff36
Octal17023317427024471771766
Binary11110001001101111111001011101010010011111111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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