#67705E

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

Shades of Willow Grove #67705E

Tints of Willow Grove #67705E

Color information

#67705E (or 0x67705E) is unknown color: approx Willow Grove. HEX triplet: 67, 70 and 5E. RGB value is (103,112,94). Sum of RGB (Red+Green+Blue) = 103+112+94=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 112 - color contains mainly: green. Hex color #67705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67705E is #988FA1. Grayscale: #6B6B6B. Windows color (decimal): -9998242 or 6189159. OLE color: 6189159.

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

Color convert

RGB10311294-
CMYK0.0800.160.56
HSL90º8.74%40.39%-
HSV(B)90º16.07%43.92%-
XYZ13.4115.2812.83-
YUV107.26120.52124.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 36.25%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=33.33%
G=36.25%
B=30.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103112940.0800.160.56908.7440.39
Hex67705E8010385a928
Octal14716013610020701321150
Binary110011111100001011110100001000011100010110101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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