Html Css Color HEX #68856F Laurel

📋 copy color: '#68856F'

red 104 ◦ green 133 ◦ blue 111

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

Shades of Laurel #68856F

Tints of Laurel #68856F

RGB

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

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

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

R = 29.89%
G = 38.22%
B = 31.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#68856F (or 0x68856F) is known color: Laurel. HEX triplet: 68, 85 and 6F. RGB value is (104,133,111). Sum of RGB (Red+Green+Blue) = 104+133+111=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #68856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68856F is #977A90. Grayscale: #797979. Windows color (decimal): -9927313 or 7308648. OLE color: 7308648.

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

Color convert

RGB 104 133 111 -
CMYK 0.22 0 0.17 0.48
HSL 134.48º 0.12% 0.46% -
HSV(B) 134.48º 0.22% 0.52% -
XYZ 16.97 20.87 18.17 -
YUV 121.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 104 133 111 0.22 0 0.17 0.48 134.48 0.12 0.46
Hex 68 85 6F 16 0 11 30 86 C 2E
Octal 150 205 157 26 0 21 60 206 14 56
Binary 1101000 10000101 1101111 10110 0 10001 110000 10000110 1100 101110

Color Harmonies of #68856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68856F

Black with #68856F

Text Example


Text Example

White with #68856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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