Html Css Color HEX #6F756B Willow Grove

📋 copy color: '#6F756B'

red 111 ◦ green 117 ◦ blue 107

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

Shades of Willow Grove #6F756B

Tints of Willow Grove #6F756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 33.13%
G = 34.93%
B = 31.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#6F756B (or 0x6F756B) is known color: Willow Grove. HEX triplet: 6F, 75 and 6B. RGB value is (111,117,107). Sum of RGB (Red+Green+Blue) = 111+117+107=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #6F756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F756B is #908A94. Grayscale: #727272. Windows color (decimal): -9472661 or 7042415. OLE color: 7042415.

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

Color convert

RGB 111 117 107 -
CMYK 0.05 0 0.09 0.54
HSL 96º 0.04% 0.44% -
HSV(B) 96º 0.09% 0.46% -
XYZ 15.57 17.16 16.4 -
YUV 114.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 111 117 107 0.05 0 0.09 0.54 96 0.04 0.44
Hex 6F 75 6B 5 0 9 36 60 4 2C
Octal 157 165 153 5 0 11 66 140 4 54
Binary 1101111 1110101 1101011 101 0 1001 110110 1100000 100 101100

Color Harmonies of #6F756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F756B

Black with #6F756B

Text Example


Text Example

White with #6F756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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