#68816E

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

Shades of Laurel #68816E

Tints of Laurel #68816E

Color information

#68816E (or 0x68816E) is unknown color: approx Laurel. HEX triplet: 68, 81 and 6E. RGB value is (104,129,110). Sum of RGB (Red+Green+Blue) = 104+129+110=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 129 - color contains mainly: green. Hex color #68816E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68816E is #977E91. Grayscale: #777777. Windows color (decimal): -9928338 or 7242088. OLE color: 7242088.

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

Color convert

RGB104129110-
CMYK0.1900.150.49
HSL134.4º10.73%45.69%-
HSV(B)134.4º19.38%50.59%-
XYZ16.3719.7717.7-
YUV119.36122.72117.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=30.32%
G=37.61%
B=32.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041291100.1900.150.49134.410.7345.69
Hex68816E130F3186b2e
Octal15020115623017612061356
Binary11010001000000111011101001101111110001100001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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