Html Css Color HEX #68745A Willow Grove

📋 copy color: '#68745A'

red 104 ◦ green 116 ◦ blue 90

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

Shades of Willow Grove #68745A

Tints of Willow Grove #68745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 33.55%
G = 37.42%
B = 29.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#68745A (or 0x68745A) is known color: Willow Grove. HEX triplet: 68, 74 and 5A. RGB value is (104,116,90). Sum of RGB (Red+Green+Blue) = 104+116+90=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 116 - color contains mainly: green. Hex color #68745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68745A is #978BA5. Grayscale: #6D6D6D. Windows color (decimal): -9931686 or 5928040. OLE color: 5928040.

HSL color Cylindrical-coordinate representation of color #68745A: hue angle of 87.69º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68745A is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 116 90 -
CMYK 0.10 0 0.22 0.55
HSL 87.69º 0.13% 0.4% -
HSV(B) 87.69º 0.22% 0.45% -
XYZ 13.8 16.17 12.07 -
YUV 109.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 104 116 90 0.10 0 0.22 0.55 87.69 0.13 0.4
Hex 68 74 5A A 0 16 37 58 D 28
Octal 150 164 132 12 0 26 67 130 15 50
Binary 1101000 1110100 1011010 1010 0 10110 110111 1011000 1101 101000

Color Harmonies of #68745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68745A

Black with #68745A

Text Example


Text Example

White with #68745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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