#68826B

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

Shades of Laurel #68826B

Tints of Laurel #68826B

Color information

#68826B (or 0x68826B) is unknown color: approx Laurel. HEX triplet: 68, 82 and 6B. RGB value is (104,130,107). Sum of RGB (Red+Green+Blue) = 104+130+107=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 130 - color contains mainly: green. Hex color #68826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68826B is #977D94. Grayscale: #777777. Windows color (decimal): -9928085 or 7045736. OLE color: 7045736.

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

Color convert

RGB104130107-
CMYK0.200.180.49
HSL126.92º11.11%45.88%-
HSV(B)126.92º20%50.98%-
XYZ16.3519.9716.9-
YUV119.6120.89116.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 130 (51.17% from 255) = 38.12%
BLUE value IS 107 (42.19% from 255) = 31.38%
R=30.50%
G=38.12%
B=31.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301070.200.180.49126.9211.1145.88
Hex68826B14012317fb2e
Octal15020215324022611771356
Binary11010001000001011010111010001001011000111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68826B; }

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

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

<style>
 a { background-color: #68826B; }

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

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

<style>
 span { border-color: #68826B; }

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

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