#6B826D

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

Shades of Laurel #6B826D

Tints of Laurel #6B826D

Color information

#6B826D (or 0x6B826D) is unknown color: approx Laurel. HEX triplet: 6B, 82 and 6D. RGB value is (107,130,109). Sum of RGB (Red+Green+Blue) = 107+130+109=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #6B826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B826D is #947D92. Grayscale: #787878. Windows color (decimal): -9731475 or 7176811. OLE color: 7176811.

HSL color Cylindrical-coordinate representation of color #6B826D: hue angle of 125.22º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B826D is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB107130109-
CMYK0.1800.160.49
HSL125.22º9.7%46.47%-
HSV(B)125.22º17.69%50.98%-
XYZ16.8120.217.48-
YUV120.73121.38118.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=30.92%
G=37.57%
B=31.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071301090.1800.160.49125.229.746.47
Hex6B826D12010317da2e
Octal15320215522020611751256
Binary11010111000001011011011001001000011000111111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,109); }

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

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

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

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

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

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

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