Html Css Color HEX #68846A Laurel

📋 copy color: '#68846A'

red 104 ◦ green 132 ◦ blue 106

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

Shades of Laurel #68846A

Tints of Laurel #68846A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.99%

R = 30.41%
G = 38.6%
B = 30.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#68846A (or 0x68846A) is known color: Laurel. HEX triplet: 68, 84 and 6A. RGB value is (104,132,106). Sum of RGB (Red+Green+Blue) = 104+132+106=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #68846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68846A is #977B95. Grayscale: #787878. Windows color (decimal): -9927574 or 6980712. OLE color: 6980712.

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

Color convert

RGB 104 132 106 -
CMYK 0.21 0 0.20 0.48
HSL 124.29º 0.12% 0.46% -
HSV(B) 124.29º 0.21% 0.52% -
XYZ 16.56 20.49 16.72 -
YUV 120.66 119.72 116.11 -
System Red Green Blue C M Y K H S L
Decimal 104 132 106 0.21 0 0.20 0.48 124.29 0.12 0.46
Hex 68 84 6A 15 0 14 30 7C C 2E
Octal 150 204 152 25 0 24 60 174 14 56
Binary 1101000 10000100 1101010 10101 0 10100 110000 1111100 1100 101110

Color Harmonies of #68846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68846A

Black with #68846A

Text Example


Text Example

White with #68846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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