#718679

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

Shades of Blue Smoke #718679

Tints of Blue Smoke #718679

Color information

#718679 (or 0x718679) is unknown color: approx Blue Smoke. HEX triplet: 71, 86 and 79. RGB value is (113,134,121). Sum of RGB (Red+Green+Blue) = 113+134+121=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #718679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718679 is #8E7986. Grayscale: #7E7E7E. Windows color (decimal): -9337223 or 7964273. OLE color: 7964273.

HSL color Cylindrical-coordinate representation of color #718679: hue angle of 142.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718679 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB113134121-
CMYK0.1600.100.47
HSL142.86º8.5%48.43%-
HSV(B)142.86º15.67%52.55%-
XYZ18.7921.9421.33-
YUV126.24125.04118.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.71%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 121 (47.66% from 255) = 32.88%
R=30.71%
G=36.41%
B=32.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131341210.1600.100.47142.868.548.43
Hex718679100A2F8f930
Octal16120617120012572171160
Binary11100011000011011110011000001010101111100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718679; }

 p { color: rgb(113,134,121); }

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

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

 a { background-color: rgb(113,134,121); }

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

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

 span { border-color: rgb(113,134,121); }

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