#6D8778

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

Shades of Sirocco #6D8778

Tints of Sirocco #6D8778

Color information

#6D8778 (or 0x6D8778) is unknown color: approx Sirocco. HEX triplet: 6D, 87 and 78. RGB value is (109,135,120). Sum of RGB (Red+Green+Blue) = 109+135+120=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8778 is #927887. Grayscale: #7D7D7D. Windows color (decimal): -9599112 or 7898989. OLE color: 7898989.

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

Color convert

RGB109135120-
CMYK0.1900.110.47
HSL145.38º10.66%47.84%-
HSV(B)145.38º19.26%52.94%-
XYZ18.3621.9421.04-
YUV125.52124.89116.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.95%
GREEN value IS 135 (53.12% from 255) = 37.09%
BLUE value IS 120 (47.27% from 255) = 32.97%
R=29.95%
G=37.09%
B=32.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091351200.1900.110.47145.3810.6647.84
Hex6D8778130B2F91b30
Octal15520717023013572211360
Binary11011011000011111110001001101011101111100100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D8778; }

 p { color: rgb(109,135,120); }

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

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

 a { background-color: rgb(109,135,120); }

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

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

 span { border-color: rgb(109,135,120); }

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