Html Css Color HEX #68856D Laurel

📋 copy color: '#68856D'

red 104 ◦ green 133 ◦ blue 109

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

Shades of Laurel #68856D

Tints of Laurel #68856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

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

R = 30.06%
G = 38.44%
B = 31.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#68856D (or 0x68856D) is known color: Laurel. HEX triplet: 68, 85 and 6D. RGB value is (104,133,109). Sum of RGB (Red+Green+Blue) = 104+133+109=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #68856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68856D is #977A92. Grayscale: #797979. Windows color (decimal): -9927315 or 7177576. OLE color: 7177576.

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

Color convert

RGB 104 133 109 -
CMYK 0.22 0 0.18 0.48
HSL 130.34º 0.12% 0.46% -
HSV(B) 130.34º 0.22% 0.52% -
XYZ 16.86 20.82 17.6 -
YUV 121.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 104 133 109 0.22 0 0.18 0.48 130.34 0.12 0.46
Hex 68 85 6D 16 0 12 30 82 C 2E
Octal 150 205 155 26 0 22 60 202 14 56
Binary 1101000 10000101 1101101 10110 0 10010 110000 10000010 1100 101110

Color Harmonies of #68856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68856D

Black with #68856D

Text Example


Text Example

White with #68856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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