Html Css Color HEX #68755D Willow Grove

📋 copy color: '#68755D'

red 104 ◦ green 117 ◦ blue 93

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

Shades of Willow Grove #68755D

Tints of Willow Grove #68755D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 33.12%
G = 37.26%
B = 29.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#68755D (or 0x68755D) is known color: Willow Grove. HEX triplet: 68, 75 and 5D. RGB value is (104,117,93). Sum of RGB (Red+Green+Blue) = 104+117+93=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #68755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68755D is #978AA2. Grayscale: #6E6E6E. Windows color (decimal): -9931427 or 6124904. OLE color: 6124904.

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

Color convert

RGB 104 117 93 -
CMYK 0.11 0 0.21 0.54
HSL 92.5º 0.11% 0.41% -
HSV(B) 92.5º 0.21% 0.46% -
XYZ 14.05 16.46 12.79 -
YUV 110.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 104 117 93 0.11 0 0.21 0.54 92.5 0.11 0.41
Hex 68 75 5D B 0 15 36 5C B 29
Octal 150 165 135 13 0 25 66 134 13 51
Binary 1101000 1110101 1011101 1011 0 10101 110110 1011100 1011 101001

Color Harmonies of #68755D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68755D

Black with #68755D

Text Example


Text Example

White with #68755D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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