Html Css Color HEX #68764E Willow Grove

📋 copy color: '#68764E'

red 104 ◦ green 118 ◦ blue 78

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

Shades of Willow Grove #68764E

Tints of Willow Grove #68764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.33%

 BLUE value IS 78 (30.86% from 255) = 26%

R = 34.67%
G = 39.33%
B = 26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#68764E (or 0x68764E) is known color: Willow Grove. HEX triplet: 68, 76 and 4E. RGB value is (104,118,78). Sum of RGB (Red+Green+Blue) = 104+118+78=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #68764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68764E is #9789B1. Grayscale: #6D6D6D. Windows color (decimal): -9931186 or 5142120. OLE color: 5142120.

HSL color Cylindrical-coordinate representation of color #68764E: hue angle of 81º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68764E is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 118 78 -
CMYK 0.12 0 0.34 0.54
HSL 81º 0.2% 0.38% -
HSV(B) 81º 0.34% 0.46% -
XYZ 13.56 16.45 9.67 -
YUV 109.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 104 118 78 0.12 0 0.34 0.54 81 0.2 0.38
Hex 68 76 4E C 0 22 36 51 14 26
Octal 150 166 116 14 0 42 66 121 24 46
Binary 1101000 1110110 1001110 1100 0 100010 110110 1010001 10100 100110

Color Harmonies of #68764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68764E

Black with #68764E

Text Example


Text Example

White with #68764E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,118,78); }

 H1.HeaderClassName
 {
   color: #68764E;
 }
 .AnyTagClassName
 {
   color: #68764E;
 }
</style>

background-color css

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

 a { background-color: rgb(104,118,78); }

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

border-color css

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

 span { border-color: rgb(104,118,78); }

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