#789F7F

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

Shades of Oxley #789F7F

Tints of Oxley #789F7F

Color information

#789F7F (or 0x789F7F) is unknown color: approx Oxley. HEX triplet: 78, 9F and 7F. RGB value is (120,159,127). Sum of RGB (Red+Green+Blue) = 120+159+127=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #789F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789F7F is #876080. Grayscale: #8F8F8F. Windows color (decimal): -8872065 or 8363896. OLE color: 8363896.

HSL color Cylindrical-coordinate representation of color #789F7F: hue angle of 130.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789F7F is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB120159127-
CMYK0.2500.200.38
HSL130.77º16.88%54.71%-
HSV(B)130.77º24.53%62.35%-
XYZ23.9730.3224.67-
YUV143.69118.58111.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.56%
GREEN value IS 159 (62.5% from 255) = 39.16%
BLUE value IS 127 (50% from 255) = 31.28%
R=29.56%
G=39.16%
B=31.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201591270.2500.200.38130.7716.8854.71
Hex789F7F1901426831137
Octal17023717731024462032167
Binary1111000100111111111111110010101001001101000001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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