Html Css Color HEX #68846E Laurel

📋 copy color: '#68846E'

red 104 ◦ green 132 ◦ blue 110

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

Shades of Laurel #68846E

Tints of Laurel #68846E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.79%

R = 30.06%
G = 38.15%
B = 31.79%

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

#68846E (or 0x68846E) is known color: Laurel. HEX triplet: 68, 84 and 6E. RGB value is (104,132,110). Sum of RGB (Red+Green+Blue) = 104+132+110=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #68846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68846E is #977B91. Grayscale: #797979. Windows color (decimal): -9927570 or 7242856. OLE color: 7242856.

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

Color convert

RGB 104 132 110 -
CMYK 0.21 0 0.17 0.48
HSL 132.86º 0.12% 0.46% -
HSV(B) 132.86º 0.21% 0.52% -
XYZ 16.77 20.57 17.84 -
YUV 121.12 121.72 115.79 -
System Red Green Blue C M Y K H S L
Decimal 104 132 110 0.21 0 0.17 0.48 132.86 0.12 0.46
Hex 68 84 6E 15 0 11 30 85 C 2E
Octal 150 204 156 25 0 21 60 205 14 56
Binary 1101000 10000100 1101110 10101 0 10001 110000 10000101 1100 101110

Color Harmonies of #68846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68846E

Black with #68846E

Text Example


Text Example

White with #68846E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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