#708D78

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

Shades of Oxley #708D78

Tints of Oxley #708D78

Color information

#708D78 (or 0x708D78) is unknown color: approx Oxley. HEX triplet: 70, 8D and 78. RGB value is (112,141,120). Sum of RGB (Red+Green+Blue) = 112+141+120=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 141 - color contains mainly: green. Hex color #708D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708D78 is #8F7287. Grayscale: #818181. Windows color (decimal): -9400968 or 7900528. OLE color: 7900528.

HSL color Cylindrical-coordinate representation of color #708D78: hue angle of 136.55º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #708D78 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB112141120-
CMYK0.2100.150.45
HSL136.55º11.46%49.61%-
HSV(B)136.55º20.57%55.29%-
XYZ19.623.8521.34-
YUV129.94122.39115.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 141 (55.47% from 255) = 37.80%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=30.03%
G=37.80%
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.45
SystemRedGreenBlueCMYKHSL
Decimal1121411200.2100.150.45136.5511.4649.61
Hex708D78150F2D89b32
Octal16021517025017552111362
Binary11100001000110111110001010101111101101100010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708D78; }

 p { color: rgb(112,141,120); }

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

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

 a { background-color: rgb(112,141,120); }

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

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

 span { border-color: rgb(112,141,120); }

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