Html Css Color HEX #68715F Willow Grove

📋 copy color: '#68715F'

red 104 ◦ green 113 ◦ blue 95

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

Shades of Willow Grove #68715F

Tints of Willow Grove #68715F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.22%

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

R = 33.33%
G = 36.22%
B = 30.45%

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

#68715F (or 0x68715F) is known color: Willow Grove. HEX triplet: 68, 71 and 5F. RGB value is (104,113,95). Sum of RGB (Red+Green+Blue) = 104+113+95=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 113 - color contains mainly: green. Hex color #68715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68715F is #978EA0. Grayscale: #6C6C6C. Windows color (decimal): -9932449 or 6254952. OLE color: 6254952.

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

Color convert

RGB 104 113 95 -
CMYK 0.08 0 0.16 0.56
HSL 90º 0.09% 0.41% -
HSV(B) 90º 0.16% 0.44% -
XYZ 13.68 15.58 13.11 -
YUV 108.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 104 113 95 0.08 0 0.16 0.56 90 0.09 0.41
Hex 68 71 5F 8 0 10 38 5A 9 29
Octal 150 161 137 10 0 20 70 132 11 51
Binary 1101000 1110001 1011111 1000 0 10000 111000 1011010 1001 101001

Color Harmonies of #68715F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68715F

Black with #68715F

Text Example


Text Example

White with #68715F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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