#677255

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

Shades of Willow Grove #677255

Tints of Willow Grove #677255

Color information

#677255 (or 0x677255) is unknown color: approx Willow Grove. HEX triplet: 67, 72 and 55. RGB value is (103,114,85). Sum of RGB (Red+Green+Blue) = 103+114+85=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #677255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677255 is #988DAA. Grayscale: #6B6B6B. Windows color (decimal): -9997739 or 5599847. OLE color: 5599847.

HSL color Cylindrical-coordinate representation of color #677255: hue angle of 82.76º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #677255 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB10311485-
CMYK0.1000.250.55
HSL82.76º14.57%39.02%-
HSV(B)82.76º25.44%44.71%-
XYZ13.2515.5710.9-
YUV107.4115.36124.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=34.11%
G=37.75%
B=28.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103114850.1000.250.5582.7614.5739.02
Hex677255A0193753f27
Octal14716212512031671231747
Binary110011111100101010101101001100111011110100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677255; }

 p { color: rgb(103,114,85); }

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

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

 a { background-color: rgb(103,114,85); }

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

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

 span { border-color: rgb(103,114,85); }

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