#6A826B

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

Shades of Laurel #6A826B

Tints of Laurel #6A826B

Color information

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

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

Color convert

RGB106130107-
CMYK0.1800.180.49
HSL122.5º10.17%46.27%-
HSV(B)122.5º18.46%50.98%-
XYZ16.5820.0916.91-
YUV120.2120.55117.87-

RGB Variations

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

RGB

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

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
Decimal1061301070.1800.180.49122.510.1746.27
Hex6A826B12012317aa2e
Octal15220215322022611721256
Binary11010101000001011010111001001001011000111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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