Html Css Color HEX #68765C Willow Grove

📋 copy color: '#68765C'

red 104 ◦ green 118 ◦ blue 92

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

Shades of Willow Grove #68765C

Tints of Willow Grove #68765C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 33.12%
G = 37.58%
B = 29.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#68765C (or 0x68765C) is known color: Willow Grove. HEX triplet: 68, 76 and 5C. RGB value is (104,118,92). Sum of RGB (Red+Green+Blue) = 104+118+92=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #68765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68765C is #9789A3. Grayscale: #6E6E6E. Windows color (decimal): -9931172 or 6059624. OLE color: 6059624.

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

Color convert

RGB 104 118 92 -
CMYK 0.12 0 0.22 0.54
HSL 92.31º 0.12% 0.41% -
HSV(B) 92.31º 0.22% 0.46% -
XYZ 14.12 16.67 12.6 -
YUV 110.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 104 118 92 0.12 0 0.22 0.54 92.31 0.12 0.41
Hex 68 76 5C C 0 16 36 5C C 29
Octal 150 166 134 14 0 26 66 134 14 51
Binary 1101000 1110110 1011100 1100 0 10110 110110 1011100 1100 101001

Color Harmonies of #68765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68765C

Black with #68765C

Text Example


Text Example

White with #68765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68765C; }

 p { color: rgb(104,118,92); }

 H1.HeaderClassName
 {
   color: #68765C;
 }
 .AnyTagClassName
 {
   color: #68765C;
 }
</style>

background-color css

<style>
 a { background-color: #68765C; }

 a { background-color: rgb(104,118,92); }

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

border-color css

<style>
 span { border-color: #68765C; }

 span { border-color: rgb(104,118,92); }

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