#6B9471

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

Shades of Laurel #6B9471

Tints of Laurel #6B9471

Color information

#6B9471 (or 0x6B9471) is unknown color: approx Laurel. HEX triplet: 6B, 94 and 71. RGB value is (107,148,113). Sum of RGB (Red+Green+Blue) = 107+148+113=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9471 is #946B8E. Grayscale: #838383. Windows color (decimal): -9726863 or 7443563. OLE color: 7443563.

HSL color Cylindrical-coordinate representation of color #6B9471: hue angle of 128.78º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B9471 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB107148113-
CMYK0.2800.240.42
HSL128.78º16.08%50%-
HSV(B)128.78º27.7%58.04%-
XYZ19.6325.519.51-
YUV131.75117.42110.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.08%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=29.08%
G=40.22%
B=30.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071481130.2800.240.42128.7816.0850
Hex6B94711C0182A811032
Octal15322416134030522012062
Binary1101011100101001110001111000110001010101000000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,148,113); }

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

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

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

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

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

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

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