Html Css Color HEX #6F7565 Willow Grove

📋 copy color: '#6F7565'

red 111 ◦ green 117 ◦ blue 101

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

Shades of Willow Grove #6F7565

Tints of Willow Grove #6F7565

RGB

 RED value IS 111 (43.75% from 255) = 33.74%

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

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 33.74%
G = 35.56%
B = 30.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#6F7565 (or 0x6F7565) is known color: Willow Grove. HEX triplet: 6F, 75 and 65. RGB value is (111,117,101). Sum of RGB (Red+Green+Blue) = 111+117+101=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7565 is #908A9A. Grayscale: #717171. Windows color (decimal): -9472667 or 6649199. OLE color: 6649199.

HSL color Cylindrical-coordinate representation of color #6F7565: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F7565 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 117 101 -
CMYK 0.05 0 0.14 0.54
HSL 82.5º 0.07% 0.43% -
HSV(B) 82.5º 0.14% 0.46% -
XYZ 15.27 17.04 14.8 -
YUV 113.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 111 117 101 0.05 0 0.14 0.54 82.5 0.07 0.43
Hex 6F 75 65 5 0 E 36 52 7 2B
Octal 157 165 145 5 0 16 66 122 7 53
Binary 1101111 1110101 1100101 101 0 1110 110110 1010010 111 101011

Color Harmonies of #6F7565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7565

Black with #6F7565

Text Example


Text Example

White with #6F7565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,117,101); }

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

background-color css

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

 a { background-color: rgb(111,117,101); }

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

border-color css

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

 span { border-color: rgb(111,117,101); }

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