Html Css Color HEX #67705E Willow Grove

📋 copy color: '#67705E'

red 103 ◦ green 112 ◦ blue 94

#67705E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Grove #67705E

Tints of Willow Grove #67705E

RGB

 RED value IS 103 (40.63% 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 value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#67705E (or 0x67705E) is known color: 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

RGB 103 112 94 -
CMYK 0.08 0 0.16 0.56
HSL 90º 0.09% 0.4% -
HSV(B) 90º 0.16% 0.44% -
XYZ 13.41 15.28 12.83 -
YUV 107.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 103 112 94 0.08 0 0.16 0.56 90 0.09 0.4
Hex 67 70 5E 8 0 10 38 5A 9 28
Octal 147 160 136 10 0 20 70 132 11 50
Binary 1100111 1110000 1011110 1000 0 10000 111000 1011010 1001 101000

Color Harmonies of #67705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67705E

Black with #67705E

Text Example


Text Example

White with #67705E

Text Example


Text Example

HTML Codes & Css Web 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>