#68836F

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

Shades of Laurel #68836F

Tints of Laurel #68836F

Color information

#68836F (or 0x68836F) is unknown color: approx Laurel. HEX triplet: 68, 83 and 6F. RGB value is (104,131,111). Sum of RGB (Red+Green+Blue) = 104+131+111=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #68836F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68836F is #977C90. Grayscale: #787878. Windows color (decimal): -9927825 or 7308136. OLE color: 7308136.

HSL color Cylindrical-coordinate representation of color #68836F: hue angle of 135.56º 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 #68836F is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB104131111-
CMYK0.2100.150.49
HSL135.56º11.49%46.08%-
HSV(B)135.56º20.61%51.37%-
XYZ16.6920.3218.08-
YUV120.65122.55116.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 131 (51.56% from 255) = 37.86%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=30.06%
G=37.86%
B=32.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311110.2100.150.49135.5611.4946.08
Hex68836F150F3188b2e
Octal15020315725017612101356
Binary11010001000001111011111010101111110001100010001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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