Html Css Color HEX #6C7062 Willow Grove

📋 copy color: '#6C7062'

red 108 ◦ green 112 ◦ blue 98

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

Shades of Willow Grove #6C7062

Tints of Willow Grove #6C7062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 33.96%
G = 35.22%
B = 30.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#6C7062 (or 0x6C7062) is known color: Willow Grove. HEX triplet: 6C, 70 and 62. RGB value is (108,112,98). Sum of RGB (Red+Green+Blue) = 108+112+98=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #6C7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7062 is #938F9D. Grayscale: #6D6D6D. Windows color (decimal): -9670558 or 6451308. OLE color: 6451308.

HSL color Cylindrical-coordinate representation of color #6C7062: hue angle of 77.14º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C7062 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 112 98 -
CMYK 0.04 0 0.13 0.56
HSL 77.14º 0.07% 0.41% -
HSV(B) 77.14º 0.13% 0.44% -
XYZ 14.18 15.66 13.83 -
YUV 109.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 108 112 98 0.04 0 0.13 0.56 77.14 0.07 0.41
Hex 6C 70 62 4 0 D 38 4D 7 29
Octal 154 160 142 4 0 15 70 115 7 51
Binary 1101100 1110000 1100010 100 0 1101 111000 1001101 111 101001

Color Harmonies of #6C7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7062

Black with #6C7062

Text Example


Text Example

White with #6C7062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,112,98); }

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

background-color css

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

 a { background-color: rgb(108,112,98); }

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

border-color css

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

 span { border-color: rgb(108,112,98); }

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