#6F766F

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

Shades of Boulder #6F766F

Tints of Boulder #6F766F

Color information

#6F766F (or 0x6F766F) is unknown color: approx Boulder. HEX triplet: 6F, 76 and 6F. RGB value is (111,118,111). Sum of RGB (Red+Green+Blue) = 111+118+111=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 118 - color contains mainly: green. Hex color #6F766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F766F is #908990. Grayscale: #737373. Windows color (decimal): -9472401 or 7304815. OLE color: 7304815.

HSL color Cylindrical-coordinate representation of color #6F766F: hue angle of 120º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F766F is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB111118111-
CMYK0.0600.060.54
HSL120º3.06%44.9%-
HSV(B)120º5.93%46.27%-
XYZ15.917.4817.58-
YUV115.11125.68125.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=32.65%
G=34.71%
B=32.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1111181110.0600.060.541203.0644.9
Hex6F766F606367832d
Octal15716615760666170355
Binary1101111111011011011111100110110110111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,118,111); }

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

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

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

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

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

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

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