Html Css Color HEX #6C765F Willow Grove

📋 copy color: '#6C765F'

red 108 ◦ green 118 ◦ blue 95

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

Shades of Willow Grove #6C765F

Tints of Willow Grove #6C765F

RGB

 RED value IS 108 (42.58% from 255) = 33.64%

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

 BLUE value IS 95 (37.5% from 255) = 29.6%

R = 33.64%
G = 36.76%
B = 29.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#6C765F (or 0x6C765F) is known color: Willow Grove. HEX triplet: 6C, 76 and 5F. RGB value is (108,118,95). Sum of RGB (Red+Green+Blue) = 108+118+95=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #6C765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C765F is #9389A0. Grayscale: #707070. Windows color (decimal): -9669025 or 6256236. OLE color: 6256236.

HSL color Cylindrical-coordinate representation of color #6C765F: hue angle of 86.09º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C765F is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 108 118 95 -
CMYK 0.08 0 0.19 0.54
HSL 86.09º 0.11% 0.42% -
HSV(B) 86.09º 0.19% 0.46% -
XYZ 14.73 16.97 13.33 -
YUV 112.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 108 118 95 0.08 0 0.19 0.54 86.09 0.11 0.42
Hex 6C 76 5F 8 0 13 36 56 B 2A
Octal 154 166 137 10 0 23 66 126 13 52
Binary 1101100 1110110 1011111 1000 0 10011 110110 1010110 1011 101010

Color Harmonies of #6C765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C765F

Black with #6C765F

Text Example


Text Example

White with #6C765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C765F; }

 p { color: rgb(108,118,95); }

 H1.HeaderClassName
 {
   color: #6C765F;
 }
 .AnyTagClassName
 {
   color: #6C765F;
 }
</style>

background-color css

<style>
 a { background-color: #6C765F; }

 a { background-color: rgb(108,118,95); }

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

border-color css

<style>
 span { border-color: #6C765F; }

 span { border-color: rgb(108,118,95); }

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