Html Css Color HEX #68785A Willow Grove

📋 copy color: '#68785A'

red 104 ◦ green 120 ◦ blue 90

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

Shades of Willow Grove #68785A

Tints of Willow Grove #68785A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.22%

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 33.12%
G = 38.22%
B = 28.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#68785A (or 0x68785A) is known color: Willow Grove. HEX triplet: 68, 78 and 5A. RGB value is (104,120,90). Sum of RGB (Red+Green+Blue) = 104+120+90=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #68785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68785A is #9787A5. Grayscale: #6F6F6F. Windows color (decimal): -9930662 or 5929064. OLE color: 5929064.

HSL color Cylindrical-coordinate representation of color #68785A: hue angle of 92º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68785A is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 120 90 -
CMYK 0.13 0 0.25 0.53
HSL 92º 0.14% 0.41% -
HSV(B) 92º 0.25% 0.47% -
XYZ 14.27 17.11 12.22 -
YUV 111.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 104 120 90 0.13 0 0.25 0.53 92 0.14 0.41
Hex 68 78 5A D 0 19 35 5C E 29
Octal 150 170 132 15 0 31 65 134 16 51
Binary 1101000 1111000 1011010 1101 0 11001 110101 1011100 1110 101001

Color Harmonies of #68785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68785A

Black with #68785A

Text Example


Text Example

White with #68785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68785A; }

 p { color: rgb(104,120,90); }

 H1.HeaderClassName
 {
   color: #68785A;
 }
 .AnyTagClassName
 {
   color: #68785A;
 }
</style>

background-color css

<style>
 a { background-color: #68785A; }

 a { background-color: rgb(104,120,90); }

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

border-color css

<style>
 span { border-color: #68785A; }

 span { border-color: rgb(104,120,90); }

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