#6B916C

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

Shades of Laurel #6B916C

Tints of Laurel #6B916C

Color information

#6B916C (or 0x6B916C) is unknown color: approx Laurel. HEX triplet: 6B, 91 and 6C. RGB value is (107,145,108). Sum of RGB (Red+Green+Blue) = 107+145+108=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #6B916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B916C is #946E93. Grayscale: #818181. Windows color (decimal): -9727636 or 7115115. OLE color: 7115115.

HSL color Cylindrical-coordinate representation of color #6B916C: hue angle of 121.58º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B916C is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB107145108-
CMYK0.2600.260.43
HSL121.58º15.08%49.41%-
HSV(B)121.58º26.21%56.86%-
XYZ18.924.4617.91-
YUV129.42115.91112.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 108 (42.58% from 255) = 30%
R=29.72%
G=40.28%
B=30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071451080.2600.260.43121.5815.0849.41
Hex6B916C1A01A2B7af31
Octal15322115432032531721761
Binary11010111001000111011001101001101010101111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,145,108); }

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

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

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

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

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

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

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