#67705B

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

Shades of Willow Grove #67705B

Tints of Willow Grove #67705B

Color information

#67705B (or 0x67705B) is unknown color: approx Willow Grove. HEX triplet: 67, 70 and 5B. RGB value is (103,112,91). Sum of RGB (Red+Green+Blue) = 103+112+91=306 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.66% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #67705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67705B is #988FA4. Grayscale: #6A6A6A. Windows color (decimal): -9998245 or 5992551. OLE color: 5992551.

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

Color convert

RGB10311291-
CMYK0.0800.190.56
HSL85.71º10.34%39.8%-
HSV(B)85.71º18.75%43.92%-
XYZ13.2815.2312.14-
YUV106.92119.02125.21-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.66%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 91 (35.94% from 255) = 29.74%
R=33.66%
G=36.60%
B=29.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112910.0800.190.5685.7110.3439.8
Hex67705B80133856a28
Octal14716013310023701261250
Binary110011111100001011011100001001111100010101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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