Html Css Color HEX #68764D Willow Grove

📋 copy color: '#68764D'

red 104 ◦ green 118 ◦ blue 77

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

Shades of Willow Grove #68764D

Tints of Willow Grove #68764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 34.78%
G = 39.46%
B = 25.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#68764D (or 0x68764D) is known color: Willow Grove. HEX triplet: 68, 76 and 4D. RGB value is (104,118,77). Sum of RGB (Red+Green+Blue) = 104+118+77=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #68764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68764D is #9789B2. Grayscale: #6D6D6D. Windows color (decimal): -9931187 or 5076584. OLE color: 5076584.

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

Color convert

RGB 104 118 77 -
CMYK 0.12 0 0.35 0.54
HSL 80.49º 0.21% 0.38% -
HSV(B) 80.49º 0.35% 0.46% -
XYZ 13.53 16.44 9.48 -
YUV 109.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 104 118 77 0.12 0 0.35 0.54 80.49 0.21 0.38
Hex 68 76 4D C 0 23 36 50 15 26
Octal 150 166 115 14 0 43 66 120 25 46
Binary 1101000 1110110 1001101 1100 0 100011 110110 1010000 10101 100110

Color Harmonies of #68764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68764D

Black with #68764D

Text Example


Text Example

White with #68764D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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