Html Css Color HEX #68846D Laurel

📋 copy color: '#68846D'

red 104 ◦ green 132 ◦ blue 109

#68846D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #68846D

Tints of Laurel #68846D

RGB

 RED value IS 104 (41.02% from 255) = 30.14%

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 109 (42.97% from 255) = 31.59%

R = 30.14%
G = 38.26%
B = 31.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#68846D (or 0x68846D) is known color: Laurel. HEX triplet: 68, 84 and 6D. RGB value is (104,132,109). Sum of RGB (Red+Green+Blue) = 104+132+109=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #68846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68846D is #977B92. Grayscale: #797979. Windows color (decimal): -9927571 or 7177320. OLE color: 7177320.

HSL color Cylindrical-coordinate representation of color #68846D: hue angle of 130.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68846D is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 109 -
CMYK 0.21 0 0.17 0.48
HSL 130.71º 0.12% 0.46% -
HSV(B) 130.71º 0.21% 0.52% -
XYZ 16.72 20.55 17.55 -
YUV 121.01 121.22 115.87 -
System Red Green Blue C M Y K H S L
Decimal 104 132 109 0.21 0 0.17 0.48 130.71 0.12 0.46
Hex 68 84 6D 15 0 11 30 83 C 2E
Octal 150 204 155 25 0 21 60 203 14 56
Binary 1101000 10000100 1101101 10101 0 10001 110000 10000011 1100 101110

Color Harmonies of #68846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68846D

Black with #68846D

Text Example


Text Example

White with #68846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68846D; }

 p { color: rgb(104,132,109); }

 H1.HeaderClassName
 {
   color: #68846D;
 }
 .AnyTagClassName
 {
   color: #68846D;
 }
</style>

background-color css

<style>
 a { background-color: #68846D; }

 a { background-color: rgb(104,132,109); }

 div.DivClassName
 {
   background-color: #68846D;
 }
 .BgClassName
 {
   background-color: #68846D;
 }
</style>

border-color css

<style>
 span { border-color: #68846D; }

 span { border-color: rgb(104,132,109); }

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