#6B7062

Color #6B7062 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #6B7062

Tints of Willow Grove #6B7062

Color information

#6B7062 (or 0x6B7062) is unknown color: approx Willow Grove. HEX triplet: 6B, 70 and 62. RGB value is (107,112,98). Sum of RGB (Red+Green+Blue) = 107+112+98=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7062 is #948F9D. Grayscale: #6C6C6C. Windows color (decimal): -9736094 or 6451307. OLE color: 6451307.

HSL color Cylindrical-coordinate representation of color #6B7062: hue angle of 81.43º 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 #6B7062 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB10711298-
CMYK0.0400.130.56
HSL81.43º6.67%41.18%-
HSV(B)81.43º12.5%43.92%-
XYZ14.0615.613.82-
YUV108.91121.84126.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=33.75%
G=35.33%
B=30.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107112980.0400.130.5681.436.6741.18
Hex6B706240D3851729
Octal153160142401570121751
Binary110101111100001100010100011011110001010001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B7062;
 }
 .AnyTagClassName
 {
   color: #6B7062;
 }
</style>
background-color css

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

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

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

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

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

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