#789C84

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

Shades of Oxley #789C84

Tints of Oxley #789C84

Color information

#789C84 (or 0x789C84) is unknown color: approx Oxley. HEX triplet: 78, 9C and 84. RGB value is (120,156,132). Sum of RGB (Red+Green+Blue) = 120+156+132=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 156 - color contains mainly: green. Hex color #789C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789C84 is #87637B. Grayscale: #8E8E8E. Windows color (decimal): -8872828 or 8690808. OLE color: 8690808.

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

Color convert

RGB120156132-
CMYK0.2300.150.39
HSL140º15.38%54.12%-
HSV(B)140º23.08%61.18%-
XYZ23.829.4426.26-
YUV142.5122.07111.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.41%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 132 (51.95% from 255) = 32.35%
R=29.41%
G=38.24%
B=32.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1201561320.2300.150.3914015.3854.12
Hex789C84170F278cf36
Octal17023420427017472141766
Binary111100010011100100001001011101111100111100011001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,156,132); }

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

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

 a { background-color: rgb(120,156,132); }

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

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

 span { border-color: rgb(120,156,132); }

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