#6B756B

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

Shades of Laurel #6B756B

Tints of Laurel #6B756B

Color information

#6B756B (or 0x6B756B) is unknown color: approx Laurel. HEX triplet: 6B, 75 and 6B. RGB value is (107,117,107). Sum of RGB (Red+Green+Blue) = 107+117+107=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 117 - color contains mainly: green. Hex color #6B756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B756B is #948A94. Grayscale: #707070. Windows color (decimal): -9734805 or 7042411. OLE color: 7042411.

HSL color Cylindrical-coordinate representation of color #6B756B: hue angle of 120º 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 #6B756B is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB107117107-
CMYK0.0900.090.54
HSL120º4.46%43.92%-
HSV(B)120º8.55%45.88%-
XYZ15.0816.9116.38-
YUV112.87124.69123.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.33%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=32.33%
G=35.35%
B=32.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071171070.0900.090.541204.4643.92
Hex6B756B909367842c
Octal1531651531101166170454
Binary1101011111010111010111001010011101101111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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