#789881

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

Shades of Oxley #789881

Tints of Oxley #789881

Color information

#789881 (or 0x789881) is unknown color: approx Oxley. HEX triplet: 78, 98 and 81. RGB value is (120,152,129). Sum of RGB (Red+Green+Blue) = 120+152+129=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #789881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789881 is #87677E. Grayscale: #8B8B8B. Windows color (decimal): -8873855 or 8493176. OLE color: 8493176.

HSL color Cylindrical-coordinate representation of color #789881: hue angle of 136.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789881 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB120152129-
CMYK0.2100.150.40
HSL136.88º13.45%53.33%-
HSV(B)136.88º21.05%59.61%-
XYZ22.9428.0324.97-
YUV139.81121.9113.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.93%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 129 (50.78% from 255) = 32.17%
R=29.93%
G=37.91%
B=32.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521290.2100.150.40136.8813.4553.33
Hex789881150F2889d35
Octal17023020125017502111565
Binary111100010011000100000011010101111101000100010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789881; }

 p { color: rgb(120,152,129); }

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

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

 a { background-color: rgb(120,152,129); }

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

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

 span { border-color: rgb(120,152,129); }

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