Html Css Color HEX #68755E Willow Grove

📋 copy color: '#68755E'

red 104 ◦ green 117 ◦ blue 94

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

Shades of Willow Grove #68755E

Tints of Willow Grove #68755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.14%

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 33.02%
G = 37.14%
B = 29.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#68755E (or 0x68755E) is known color: Willow Grove. HEX triplet: 68, 75 and 5E. RGB value is (104,117,94). Sum of RGB (Red+Green+Blue) = 104+117+94=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 117 - color contains mainly: green. Hex color #68755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68755E is #978AA1. Grayscale: #6E6E6E. Windows color (decimal): -9931426 or 6190440. OLE color: 6190440.

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

Color convert

RGB 104 117 94 -
CMYK 0.11 0 0.20 0.54
HSL 93.91º 0.11% 0.41% -
HSV(B) 93.91º 0.2% 0.46% -
XYZ 14.09 16.47 13.03 -
YUV 110.49 118.69 123.37 -
System Red Green Blue C M Y K H S L
Decimal 104 117 94 0.11 0 0.20 0.54 93.91 0.11 0.41
Hex 68 75 5E B 0 14 36 5E B 29
Octal 150 165 136 13 0 24 66 136 13 51
Binary 1101000 1110101 1011110 1011 0 10100 110110 1011110 1011 101001

Color Harmonies of #68755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68755E

Black with #68755E

Text Example


Text Example

White with #68755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,117,94); }

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

background-color css

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

 a { background-color: rgb(104,117,94); }

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

border-color css

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

 span { border-color: rgb(104,117,94); }

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