#677252

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

Shades of Willow Grove #677252

Tints of Willow Grove #677252

Color information

#677252 (or 0x677252) is unknown color: approx Willow Grove. HEX triplet: 67, 72 and 52. RGB value is (103,114,82). Sum of RGB (Red+Green+Blue) = 103+114+82=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #677252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677252 is #988DAD. Grayscale: #6B6B6B. Windows color (decimal): -9997742 or 5403239. OLE color: 5403239.

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

Color convert

RGB10311482-
CMYK0.1000.280.55
HSL80.62º16.33%38.43%-
HSV(B)80.62º28.07%44.71%-
XYZ13.1315.5310.29-
YUV107.06113.86125.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.45%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=34.45%
G=38.13%
B=27.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103114820.1000.280.5580.6216.3338.43
Hex677252A01C37511026
Octal14716212212034671212046
Binary1100111111001010100101010011100110111101000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677252; }

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

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

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

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

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

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

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

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