Html Css Color HEX #68846F Laurel

📋 copy color: '#68846F'

red 104 ◦ green 132 ◦ blue 111

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

Shades of Laurel #68846F

Tints of Laurel #68846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.99%

R = 29.97%
G = 38.04%
B = 31.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#68846F (or 0x68846F) is known color: Laurel. HEX triplet: 68, 84 and 6F. RGB value is (104,132,111). Sum of RGB (Red+Green+Blue) = 104+132+111=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 111 (43.75% from 255 or 31.99% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #68846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68846F is #977B90. Grayscale: #797979. Windows color (decimal): -9927569 or 7308392. OLE color: 7308392.

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

Color convert

RGB 104 132 111 -
CMYK 0.21 0 0.16 0.48
HSL 135º 0.12% 0.46% -
HSV(B) 135º 0.21% 0.52% -
XYZ 16.83 20.59 18.13 -
YUV 121.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 104 132 111 0.21 0 0.16 0.48 135 0.12 0.46
Hex 68 84 6F 15 0 10 30 87 C 2E
Octal 150 204 157 25 0 20 60 207 14 56
Binary 1101000 10000100 1101111 10101 0 10000 110000 10000111 1100 101110

Color Harmonies of #68846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68846F

Black with #68846F

Text Example


Text Example

White with #68846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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