#6B826A

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

Shades of Laurel #6B826A

Tints of Laurel #6B826A

Color information

#6B826A (or 0x6B826A) is unknown color: approx Laurel. HEX triplet: 6B, 82 and 6A. RGB value is (107,130,106). Sum of RGB (Red+Green+Blue) = 107+130+106=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 130 - color contains mainly: green. Hex color #6B826A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B826A is #947D95. Grayscale: #787878. Windows color (decimal): -9731478 or 6980203. OLE color: 6980203.

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

Color convert

RGB107130106-
CMYK0.1800.180.49
HSL117.5º10.17%46.27%-
HSV(B)117.5º18.46%50.98%-
XYZ16.6520.1316.64-
YUV120.39119.88118.45-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.20%
GREEN value IS 130 (51.17% from 255) = 37.90%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=31.20%
G=37.90%
B=30.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071301060.1800.180.49117.510.1746.27
Hex6B826A120123176a2e
Octal15320215222022611661256
Binary11010111000001011010101001001001011000111101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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