#68836B

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

Shades of Laurel #68836B

Tints of Laurel #68836B

Color information

#68836B (or 0x68836B) is unknown color: approx Laurel. HEX triplet: 68, 83 and 6B. RGB value is (104,131,107). Sum of RGB (Red+Green+Blue) = 104+131+107=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #68836B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68836B is #977C94. Grayscale: #787878. Windows color (decimal): -9927829 or 7045992. OLE color: 7045992.

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

Color convert

RGB104131107-
CMYK0.2100.180.49
HSL126.67º11.49%46.08%-
HSV(B)126.67º20.61%51.37%-
XYZ16.4820.2416.95-
YUV120.19120.55116.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=30.41%
G=38.30%
B=31.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311070.2100.180.49126.6711.4946.08
Hex68836B15012317fb2e
Octal15020315325022611771356
Binary11010001000001111010111010101001011000111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68836B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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