#789B7F

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

Shades of Oxley #789B7F

Tints of Oxley #789B7F

Color information

#789B7F (or 0x789B7F) is unknown color: approx Oxley. HEX triplet: 78, 9B and 7F. RGB value is (120,155,127). Sum of RGB (Red+Green+Blue) = 120+155+127=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #789B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B7F is #876480. Grayscale: #8D8D8D. Windows color (decimal): -8873089 or 8362872. OLE color: 8362872.

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

Color convert

RGB120155127-
CMYK0.2300.180.39
HSL132º14.89%53.92%-
HSV(B)132º22.58%60.78%-
XYZ23.328.9724.44-
YUV141.34119.9112.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.85%
GREEN value IS 155 (60.94% from 255) = 38.56%
BLUE value IS 127 (50% from 255) = 31.59%
R=29.85%
G=38.56%
B=31.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201551270.2300.180.3913214.8953.92
Hex789B7F170122784f36
Octal17023317727022472041766
Binary111100010011011111111110111010010100111100001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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