Html Css Color HEX #68705F Willow Grove

📋 copy color: '#68705F'

red 104 ◦ green 112 ◦ blue 95

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

Shades of Willow Grove #68705F

Tints of Willow Grove #68705F

RGB

 RED value IS 104 (41.02% from 255) = 33.44%

 GREEN value IS 112 (44.14% from 255) = 36.01%

 BLUE value IS 95 (37.5% from 255) = 30.55%

R = 33.44%
G = 36.01%
B = 30.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#68705F (or 0x68705F) is known color: Willow Grove. HEX triplet: 68, 70 and 5F. RGB value is (104,112,95). Sum of RGB (Red+Green+Blue) = 104+112+95=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #68705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68705F is #978FA0. Grayscale: #6B6B6B. Windows color (decimal): -9932705 or 6254696. OLE color: 6254696.

HSL color Cylindrical-coordinate representation of color #68705F: hue angle of 88.24º 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 #68705F is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 95 -
CMYK 0.07 0 0.15 0.56
HSL 88.24º 0.08% 0.41% -
HSV(B) 88.24º 0.15% 0.44% -
XYZ 13.57 15.36 13.08 -
YUV 107.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 104 112 95 0.07 0 0.15 0.56 88.24 0.08 0.41
Hex 68 70 5F 7 0 F 38 58 8 29
Octal 150 160 137 7 0 17 70 130 10 51
Binary 1101000 1110000 1011111 111 0 1111 111000 1011000 1000 101001

Color Harmonies of #68705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68705F

Black with #68705F

Text Example


Text Example

White with #68705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68705F;
 }
 .AnyTagClassName
 {
   color: #68705F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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