Html Css Color HEX #68836D Laurel

📋 copy color: '#68836D'

red 104 ◦ green 131 ◦ blue 109

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

Shades of Laurel #68836D

Tints of Laurel #68836D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.08%

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

R = 30.23%
G = 38.08%
B = 31.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#68836D (or 0x68836D) is known color: Laurel. HEX triplet: 68, 83 and 6D. RGB value is (104,131,109). Sum of RGB (Red+Green+Blue) = 104+131+109=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #68836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68836D is #977C92. Grayscale: #787878. Windows color (decimal): -9927827 or 7177064. OLE color: 7177064.

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

Color convert

RGB 104 131 109 -
CMYK 0.21 0 0.17 0.49
HSL 131.11º 0.11% 0.46% -
HSV(B) 131.11º 0.21% 0.51% -
XYZ 16.59 20.28 17.51 -
YUV 120.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 104 131 109 0.21 0 0.17 0.49 131.11 0.11 0.46
Hex 68 83 6D 15 0 11 31 83 B 2E
Octal 150 203 155 25 0 21 61 203 13 56
Binary 1101000 10000011 1101101 10101 0 10001 110001 10000011 1011 101110

Color Harmonies of #68836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68836D

Black with #68836D

Text Example


Text Example

White with #68836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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