#68836E

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

Shades of Laurel #68836E

Tints of Laurel #68836E

Color information

#68836E (or 0x68836E) is unknown color: approx Laurel. HEX triplet: 68, 83 and 6E. RGB value is (104,131,110). Sum of RGB (Red+Green+Blue) = 104+131+110=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #68836E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68836E is #977C91. Grayscale: #787878. Windows color (decimal): -9927826 or 7242600. OLE color: 7242600.

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

Color convert

RGB104131110-
CMYK0.2100.160.49
HSL133.33º11.49%46.08%-
HSV(B)133.33º20.61%51.37%-
XYZ16.6420.317.79-
YUV120.53122.05116.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=30.14%
G=37.97%
B=31.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041311100.2100.160.49133.3311.4946.08
Hex68836E150103185b2e
Octal15020315625020612051356
Binary110100010000011110111010101010000110001100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68836E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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