#78987F

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

Shades of Oxley #78987F

Tints of Oxley #78987F

Color information

#78987F (or 0x78987F) is unknown color: approx Oxley. HEX triplet: 78, 98 and 7F. RGB value is (120,152,127). Sum of RGB (Red+Green+Blue) = 120+152+127=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #78987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78987F is #876780. Grayscale: #8B8B8B. Windows color (decimal): -8873857 or 8362104. OLE color: 8362104.

HSL color Cylindrical-coordinate representation of color #78987F: hue angle of 133.12º 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 #78987F is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB120152127-
CMYK0.2100.160.40
HSL133.12º13.45%53.33%-
HSV(B)133.12º21.05%59.61%-
XYZ22.827.9824.28-
YUV139.58120.9114.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 127 (50% from 255) = 31.83%
R=30.08%
G=38.10%
B=31.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1201521270.2100.160.40133.1213.4553.33
Hex78987F150102885d35
Octal17023017725020502051565
Binary111100010011000111111110101010000101000100001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78987F; }

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

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

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

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

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

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

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

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