#67705F

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

Shades of Willow Grove #67705F

Tints of Willow Grove #67705F

Color information

#67705F (or 0x67705F) is unknown color: approx Willow Grove. HEX triplet: 67, 70 and 5F. RGB value is (103,112,95). Sum of RGB (Red+Green+Blue) = 103+112+95=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #67705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67705F is #988FA0. Grayscale: #6B6B6B. Windows color (decimal): -9998241 or 6254695. OLE color: 6254695.

HSL color Cylindrical-coordinate representation of color #67705F: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #67705F is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB10311295-
CMYK0.0800.150.56
HSL91.76º8.21%40.59%-
HSV(B)91.76º15.18%43.92%-
XYZ13.4515.313.07-
YUV107.37121.02124.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=33.23%
G=36.13%
B=30.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112950.0800.150.5691.768.2140.59
Hex67705F80F385c829
Octal14716013710017701341051
Binary11001111110000101111110000111111100010111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67705F; }

 p { color: rgb(103,112,95); }

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

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

 a { background-color: rgb(103,112,95); }

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

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

 span { border-color: rgb(103,112,95); }

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